This commit is contained in:
Dragon Fire
2018-09-03 16:18:13 -04:00
parent 1b8fa13b44
commit a02e773a9a
+1 -1
View File
@@ -14,6 +14,6 @@ module.exports = class MemeCommand extends ImgurAlbumCommand {
}
generateText() {
return null;
return '';
}
};