1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Toast does goofy ahh sometimes

This commit is contained in:
toast-ts 2022-12-30 08:24:15 +11:00
parent 210ec2074e
commit bfe14e0ee5

View File

@ -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.'})
}
}
}
}