You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(msg.content.toLowerCase().includes("nitro")||msg.content.toLowerCase().includes("i leave from cs:go")){
7
+
8
+
msg.author.send("Word nitro is banned due to increase in scams. If you see multiple of these messages your account is probably infected.").catch(console.error);
7
9
msg.delete();
8
-
msg.channel.send(`A suspicious message has been deleted!`);
0 commit comments