Cat Facts, Dog Facts

This commit is contained in:
Daniel Odendahl Jr
2017-09-16 23:17:56 +00:00
parent 5d75d0bc65
commit 9fb792b8f7
6 changed files with 52 additions and 5 deletions
+1 -1
View File
@@ -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`] });
}
};