automeme
This is an example of automeme
INFO
It will avoid posting NSFW memes. Uses reddit api ;)
With Customization
const simplydjs = require("simply-djs");
ready
Event
// ready Event
simplydjs.automeme(client, {
chid: "channel", // channel ids
subReddits: ["Custom SubReddits"], // custom subreddits
interval: 120000, // in milliseconds
embedColor: "hex code"
});
INFO
Without Customization
ready
Event
// ready Event
simplydjs.automeme(client);
Output
Options for automeme function
Options | Type | Required | Default | Description | |
---|---|---|---|---|---|
chid | Channel ID | โ | none | Discord Channel id (no memes in general) | |
subReddits | Custom SubReddits | โ | a array | Meme SubReddits | |
interval | milliseconds | โ | 120000ms | Interval Between memes (only in milliseconds) | |
embedColor | Hex Code | โ | #075FFF | Embed Color of the meme embed. |