Fix bottom text

This commit is contained in:
Dragon Fire
2021-04-29 19:46:07 -04:00
parent 74d2991088
commit 5420ebd9f5
+1 -1
View File
@@ -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 });
}
};