From e12eb4238026659e85ba1f93ebd247d502b467bd Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 11 Jun 2017 16:16:00 +0000 Subject: [PATCH] Meme Won't Embed --- commands/random/meme.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/random/meme.js b/commands/random/meme.js index 65f905f4..d034385c 100644 --- a/commands/random/meme.js +++ b/commands/random/meme.js @@ -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`] }); } }; diff --git a/package.json b/package.json index a6573a67..06225c0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "22.1.8", + "version": "22.1.9", "description": "A Discord Bot", "main": "Shard.js", "scripts": {