From 1ea56ad074c2ca9a273ce5d28e7d3cc8908e545e Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Sun, 16 Jul 2017 08:28:53 -0400 Subject: [PATCH] fix(discord: commands): fix command usage of invite --- lib/Discord/Commands/Invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Discord/Commands/Invite.js b/lib/Discord/Commands/Invite.js index e71b735..f5c70fe 100644 --- a/lib/Discord/Commands/Invite.js +++ b/lib/Discord/Commands/Invite.js @@ -7,7 +7,7 @@ class InviteCommand extends Command { this.props.help = { name: 'invite', description: 'get invite link', - usage: 'clean', + usage: 'invite', }; }