mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Toast does goofy ahh sometimes
This commit is contained in:
parent
6d0f5883af
commit
0149f83a0b
@ -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.'})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user