mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Pokemon Fusion
This commit is contained in:
@@ -36,6 +36,6 @@ module.exports = class PokemonFusionCommand extends Command {
|
||||
|
||||
run(msg, args) {
|
||||
const { source1, source2 } = args;
|
||||
return msg.say({ files: [`http://images.alexonsager.net/pokemon/fused/${source1}/${source1}.${source2}.png`] });
|
||||
return msg.say(`http://images.alexonsager.net/pokemon/fused/${source1}/${source1}.${source2}.png`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user