From 364141d23aa208b30e05df3bc62ffbd0f8477be5 Mon Sep 17 00:00:00 2001 From: Tobiah Date: Tue, 17 Jul 2018 08:44:25 -0500 Subject: [PATCH] fix: change "add" to "import" --- src/commands/Promocodes/AddPromocode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;