From 2497fd46870676047eb3b6dc52cd7e9efa5368a2 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 30 Mar 2017 22:11:23 +0000 Subject: [PATCH] Fix Unban Help --- commands/moderation/unban.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/moderation/unban.js b/commands/moderation/unban.js index 69f0b803..ab7c250a 100644 --- a/commands/moderation/unban.js +++ b/commands/moderation/unban.js @@ -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',