Better README

This commit is contained in:
Daniel Odendahl Jr
2017-09-18 23:42:07 +00:00
parent c4a00dacd0
commit f85a554d64
4 changed files with 217 additions and 4 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ module.exports = class ClearChannelCommand extends Command {
usages: 1,
duration: 30
},
clientPermissions: ['MANAGE_CHANNELS'],
userPermissions: ['MANAGE_CHANNELS', 'MANAGE_MESSAGES']
clientPermissions: ['ADMINISTRATOR'],
userPermissions: ['ADMINISTRATOR']
});
}