i dont want to be @

This commit is contained in:
Alex Brow 2020-02-27 22:33:51 -05:00
parent 4ae768e37b
commit 364264cf35
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ client.on("message", async message => {
}
if (command === "fix") {
if(message.member.roles.some(r=>["Botmeister"].includes(r.name))) {
return message.reply("I guess it\'s my fault will fix.");
return message.channel.send("I guess it\'s my fault will fix.");
};
return;
};