External File Storage for Photos

This commit is contained in:
Daniel Odendahl Jr
2017-04-26 20:47:03 +00:00
parent d376484566
commit 041ae7fb7c
126 changed files with 52 additions and 163 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = class WarnCommand extends Command {
}
hasPermission(msg) {
return msg.member.permissions.has('MANAGE_MESSAGES');
return msg.member.permissions.has('KICK_MEMBERS');
}
async run(message, args) {