Bug Fixes

This commit is contained in:
dragonfire535
2017-03-03 09:56:19 -05:00
parent 30aace2dcb
commit a11baeaa3d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ class UrbanDictionary extends commando.Command {
if(message.channel.type !== 'dm') {
if(!message.channel.permissionsFor(this.client.user).hasPermission('SEND_MESSAGES')) return;
if(!message.channel.permissionsFor(this.client.user).hasPermission('READ_MESSAGES')) return;
if(!message.channel.permissionsFor(this.client.user).hasPermission('EMBED_LINKS')) return;
}
console.log("[Command] " + message.content);
let wordtodefine = message.content.split(" ").slice(1).join(" ");