diff --git a/src/commands/Promocodes/AddPromocode.js b/src/commands/Promocodes/AddPromocode.js index 64ed6e601..045af813c 100644 --- a/src/commands/Promocodes/AddPromocode.js +++ b/src/commands/Promocodes/AddPromocode.js @@ -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;