This commit is contained in:
Dragon Fire
2020-09-08 10:04:33 -04:00
parent 993f7d42a6
commit 67b7970a64
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class ImgurAlbumCommand extends Command {
reason: 'API',
reasonURL: 'https://apidocs.imgur.com/'
});
this.noImage = info.noImage;
this.noImage = info.noImage || false;
}
async run(msg, { user }) {