From d9f2d753096cdee46212a37acf1c4f8b2d4e373c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Mar 2021 22:09:06 -0400 Subject: [PATCH] Remove dating album --- .env.example | 1 - commands/other/dating.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 }); }