Skip to content

Commit

Permalink
fix: change "add" to "import"
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Jul 17, 2018
1 parent 5eda985 commit 364141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Promocodes/AddPromocode.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const appendIfResponse = async (respondTo, response, messageManager, content) =>

class AddPromocode extends Command {
constructor(bot) {
super(bot, 'glyphs.addCode', 'glyphs add', 'Add a code.');
super(bot, 'glyphs.addCode', 'glyphs import', 'Add a code.');
this.ownerOnly = false;
this.requiresAuth = true;
this.allowDM = true;
Expand Down

0 comments on commit 364141d

Please sign in to comment.