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 }) {