From d3b0625967690be01a876207f6a33a55f22858ea Mon Sep 17 00:00:00 2001 From: Chaiwat Suwannarat Date: Fri, 24 May 2024 01:58:40 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Move=20to=20the=20right=20place?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/events/ready.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/events/ready.js b/source/events/ready.js index 36f68073..f5fee97e 100644 --- a/source/events/ready.js +++ b/source/events/ready.js @@ -160,12 +160,6 @@ module.exports = { name: `${currencyFormatter(statistics.commands, 1)} Command${statistics.commands === 1 ? '' : 's'}`, type: ActivityType.Listening, }, - client.mode !== 'start' - ? { - name: `📀 ${newTitle(client.mode)} Mode`, - type: ActivityType.Custom, - } - : null, ], development: [ { @@ -180,6 +174,10 @@ module.exports = { name: '📦', type: ActivityType.Playing, }, + { + name: `📀 ${newTitle(client.mode)} Mode`, + type: ActivityType.Custom, + }, ], } const activityType =