mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Fix
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = class DatingCommand extends ImgurAlbumCommand {
|
||||
memberName: 'dating',
|
||||
description: 'Find the person of your dreams with this dating system!',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
albumID: DATING_ALBUM_ID
|
||||
albumID: DATING_ALBUM_ID,
|
||||
noImage: Boolean(DATING_OFF)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user