diff --git a/.env.example b/.env.example index 0f49aeb1..c083a127 100644 --- a/.env.example +++ b/.env.example @@ -76,7 +76,6 @@ BITE_ALBUM_ID= BLUSH_ALBUM_ID= BRO_HOOF_ALBUM_ID= CELEBRATE_ALBUM_ID= -DATING_ALBUM_ID= EAT_ALBUM_ID= EXPLODE_ALBUM_ID= FIDGET_ALBUM_ID= diff --git a/commands/other/dating.js b/commands/other/dating.js index 9ec5862a..53b3fae6 100644 --- a/commands/other/dating.js +++ b/commands/other/dating.js @@ -1,7 +1,7 @@ const ImgurAlbumCommand = require('../../structures/commands/ImgurAlbum'); const { stripIndents } = require('common-tags'); const texts = require('../../assets/json/dating'); -const { DATING_ALBUM_ID } = process.env; +const { XIAO_ALBUM_ID } = process.env; module.exports = class DatingCommand extends ImgurAlbumCommand { constructor(client) { @@ -12,7 +12,7 @@ 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: XIAO_ALBUM_ID }); }