Discord Meme Bot
[deleted]
It is a meme bot for discord, the token is not in here(for obvious reasons)
special thanks to @TheDrone7 for his post on how to keep a discord bot running on repl
ahdhosnd
hi
[deleted]
thanks man for the suggestion. I'm new to this btw
cgolden15
IDK man, it seems pretty lame that you only have a few memes to send. If you use random-puppy package, you can literally grab images off of subreddits and have them sent using 1 command.
const Discord = require("discord.js");
const { MessageEmbed } = require("discord.js");
const Color =
RANDOM
;const Fetch = require("node-fetch"); //Install Node-fetch - npm i node-fetch
module.exports = {
name: "meme",
category: "fun",
description: "Send A Meme!",
usage: "Meme",
run: async (client, message, args) => {
message.delete();
};