Update Discord.ts

This commit is contained in:
2021-09-15 06:05:30 -07:00
parent afb4abe13e
commit 216ccba4a7
+1 -1
View File
@@ -85,7 +85,7 @@ class Discord {
// TODO: Handle DMs commands soon // TODO: Handle DMs commands soon
if(!(message.channel instanceof TextChannel)) return; if(!(message.channel instanceof TextChannel)) return;
//if(message.author.bot) return; if(message.author.bot) return;
if(typeof message.guild?.id === 'undefined') return; if(typeof message.guild?.id === 'undefined') return;