From 67b7970a64ab09762ffb2cbee434d624843eab05 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 8 Sep 2020 10:04:33 -0400 Subject: [PATCH] Fix --- structures/commands/ImgurAlbum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/commands/ImgurAlbum.js b/structures/commands/ImgurAlbum.js index 89dc85a4..10cd730f 100644 --- a/structures/commands/ImgurAlbum.js +++ b/structures/commands/ImgurAlbum.js @@ -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 }) {