mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix bottom text
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user