Cool pad thing

This commit is contained in:
Daniel Odendahl Jr
2017-10-13 20:41:05 +00:00
parent 19482a1a47
commit 1a377f55b5
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -36,6 +36,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`] });
}
};