fixing spelling
This commit is contained in:
parent
93e1b493a3
commit
503e06cfcf
2
bot.js
2
bot.js
@ -150,7 +150,7 @@ client.on('messageCreate', msg => {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (data.toString().includes(">")) return
|
if (data.toString().includes(">")) return
|
||||||
if (!data.toString().startsWith("annon")){
|
if (!data.toString().startsWith("anon")){
|
||||||
let split = data.toString().split(":")
|
let split = data.toString().split(":")
|
||||||
console.log(split[0])
|
console.log(split[0])
|
||||||
let dUser = client.users.fetch(split[0]);
|
let dUser = client.users.fetch(split[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user