Strip Trailing Space, Challenger

This commit is contained in:
Daniel Odendahl Jr
2017-05-27 03:08:40 +00:00
parent 30142a1a97
commit 206c4c2abd
23 changed files with 82 additions and 21 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ module.exports = class WebhookCommand extends Command {
]
});
}
hasPermission(msg) {
return this.client.isOwner(msg.author);
}