mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Cat Facts, Dog Facts
This commit is contained in:
@@ -35,6 +35,6 @@ module.exports = class PokemonFusionCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg, { body, palette }) {
|
||||
return msg.say(`http://images.alexonsager.net/pokemon/fused/${body}/${body}.${palette}.png`);
|
||||
return msg.say({ files: [`http://images.alexonsager.net/pokemon/fused/${body}/${body}.${palette}.png`] });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user