mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class ImgurAlbumCommand extends Command {
|
|||||||
reason: 'API',
|
reason: 'API',
|
||||||
reasonURL: 'https://apidocs.imgur.com/'
|
reasonURL: 'https://apidocs.imgur.com/'
|
||||||
});
|
});
|
||||||
this.noImage = info.noImage;
|
this.noImage = info.noImage || false;
|
||||||
}
|
}
|
||||||
|
|
||||||
async run(msg, { user }) {
|
async run(msg, { user }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user