mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 15:36:24 -05:00
stupido
This commit is contained in:
parent
1254e773df
commit
4ae768e37b
@ -307,9 +307,10 @@ client.on("message", async message => {
|
||||
return message.channel.send(quotes[number])
|
||||
}
|
||||
if (command === "fix") {
|
||||
if(!message.member.roles.some(r=>["Botmeister"].includes(r.name))) {
|
||||
if(message.member.roles.some(r=>["Botmeister"].includes(r.name))) {
|
||||
return message.reply("I guess it\'s my fault will fix.");
|
||||
};
|
||||
return;
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user