discord-yt-poster
Version:
An automated Youtube Poster package, with a Database included, which allows you to make it easy to post new Video Uploads or Streams to a Channel, per YT-CHANNEl defineable, fast, relyable, FETCHING ALL CHANNEL DATA AND ALL VIDEOS!
11 lines (10 loc) • 332 B
JavaScript
//importing the files
const YTP = require("./lib/YoutubePoster");
//function for generating a new meme
function YoutubePoster(client, options) {
return new YTP(client, options);
}
YTP.YoutubePoster = YoutubePoster;
YTP.version = require("./package.json").version;
//exporting this meme
module.exports = YoutubePoster;