mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Update Discord.ts
This commit is contained in:
@@ -85,7 +85,7 @@ class Discord {
|
||||
|
||||
// TODO: Handle DMs commands soon
|
||||
if(!(message.channel instanceof TextChannel)) return;
|
||||
//if(message.author.bot) return;
|
||||
if(message.author.bot) return;
|
||||
|
||||
if(typeof message.guild?.id === 'undefined') return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user