Meme Won't Embed

This commit is contained in:
Daniel Odendahl Jr
2017-06-11 16:16:00 +00:00
parent 14ea70d03b
commit e12eb42380
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ module.exports = class MemeCommand extends Command {
run(msg, args) {
const { type, top, bottom } = args;
return msg.say(`https://memegen.link/${type}/${top}/${bottom}.jpg`);
return msg.say({ files: [`https://memegen.link/${type}/${top}/${bottom}.jpg`] });
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "22.1.8",
"version": "22.1.9",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {