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": {