mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Toast does goofy ahh sometimes
This commit is contained in:
parent
210ec2074e
commit
bfe14e0ee5
@ -158,6 +158,11 @@ export default {
|
||||
if (NightArray.some(e=>message.content.toLowerCase().startsWith(e))){
|
||||
message.reply(`Night **${message.member.displayName}**`)
|
||||
}
|
||||
|
||||
if (message.content.startsWith('!!!_wepanikfrfr') && client.config.eval.whitelist.includes(message.author.id)){
|
||||
client.application.commands.set(client.registry);
|
||||
message.reply({content: 'How could you manage to lose the commands??? Anyways, it\'s re-registered now.'})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user