From 503e06cfcf9e07644d3b1bf530317479f721d3d2 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 16 Jan 2023 07:44:20 -0500 Subject: [PATCH] fixing spelling --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index ab65965..5fe9cd4 100644 --- a/bot.js +++ b/bot.js @@ -150,7 +150,7 @@ client.on('messageCreate', msg => { } else { if (data.toString().includes(">")) return - if (!data.toString().startsWith("annon")){ + if (!data.toString().startsWith("anon")){ let split = data.toString().split(":") console.log(split[0]) let dUser = client.users.fetch(split[0]);