webamp/experiments/skin-database/tasks/findTweetableSkins.js
Jordan Eldredge 90b7a1e4f7 Pull discord-bot into skin-database
Also make the cli for the skin-database the canonical way to tweet

This opens the door for moving the state of which tweets have been
approved/denied/tweeted into the MongoDB database and not S3
2019-06-07 21:10:19 -07:00

5 lines
100 B
JavaScript

const s3 = require("../s3");
module.exports = async function() {
return s3.getSkinToReview();
};