Fix Unban Help

This commit is contained in:
Daniel Odendahl Jr
2017-03-30 22:11:23 +00:00
parent 4b8b8820a7
commit 2497fd4687
+2 -2
View File
@@ -10,8 +10,8 @@ module.exports = class UnbanCommand extends commando.Command {
],
group: 'moderation',
memberName: 'unban',
description: 'Unbans a user. (;unban @User not being a jerk.)',
examples: [";unban @User not being a jerk."],
description: 'Unbans a user. (;unban USERID not being a jerk.)',
examples: [";unban USERID not being a jerk."],
guildOnly: true,
args: [{
key: 'memberID',