diff --git a/commands/random/meme.js b/commands/random/meme.js index a186ccce..0838d007 100644 --- a/commands/random/meme.js +++ b/commands/random/meme.js @@ -14,6 +14,6 @@ module.exports = class MemeCommand extends ImgurAlbumCommand { } generateText() { - return null; + return ''; } };