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

Toast does goofy ahh sometimes

This commit is contained in:
AnxietyisReal 2022-12-30 08:24:15 +11:00
parent ddda60fabc
commit 3d326276bd

View File

@ -158,6 +158,11 @@ export default {
if (NightArray.some(e=>message.content.toLowerCase().startsWith(e))){ if (NightArray.some(e=>message.content.toLowerCase().startsWith(e))){
message.reply(`Night **${message.member.displayName}**`) 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.'})
}
} }
} }
} }