fixing spelling

This commit is contained in:
Raven Scott 2023-01-16 07:44:20 -05:00
parent 93e1b493a3
commit 503e06cfcf
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -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]);