#Discord Scam Prevention

6 messages · Page 1 of 1 (latest)

night holly
frosty sundial
# rough shard 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();
  }
});
lime granite
#

oh

lime granite
#

well i was just wondering if they released it