#Discord Scam Prevention
6 messages · Page 1 of 1 (latest)
How did you make it?
message reader ig something like
client.on("messageCreate", (message) => {
if (message.author.bot) return;
const messageContent = message.content;
if (messageContent === "BLACKLIST MESSAGES") {
functionToRemove();
}
});
Hey man, do you plan on releasing the bot
oh
well i was just wondering if they released it