diff --git a/commands/edit-meme/bottom-text.js b/commands/edit-meme/bottom-text.js index 8706765d..a7ff90fa 100644 --- a/commands/edit-meme/bottom-text.js +++ b/commands/edit-meme/bottom-text.js @@ -39,6 +39,6 @@ module.exports = class BottomTextCommand extends Command { } run(msg, { top, image }) { - return this.client.registry.commands.get('meme-gen-classic').run(msg, { top, bottom: 'BOTTOM TEXT', image }); + return this.client.registry.commands.get('meme-gen').run(msg, { top, bottom: 'BOTTOM TEXT', image }); } };