Skip to main content

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

image

Options for automeme function

OptionsTypeRequiredDefaultDescription
chidChannel IDโœ“noneDiscord Channel id (no memes in general)
subRedditsCustom SubRedditsโœ˜a arrayMeme SubReddits
intervalmillisecondsโœ˜120000msInterval Between memes (only in milliseconds)
embedColorHex Codeโœ˜#075FFFEmbed Color of the meme embed.