Skip to content

Commit

Permalink
fix(discord: commands): fix command usage of invite
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Jul 16, 2017
1 parent 8f48842 commit 1ea56ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Discord/Commands/Invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class InviteCommand extends Command {
this.props.help = {
name: 'invite',
description: 'get invite link',
usage: 'clean',
usage: 'invite',
};
}

Expand Down

0 comments on commit 1ea56ad

Please sign in to comment.