From a02e773a9a1465b0c34b26753df0f4921516e5fd Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 3 Sep 2018 16:18:13 -0400 Subject: [PATCH] Fix --- commands/random/meme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; } };