From 0ffd4c2a505c603e90f27d32560121fdb80bcc7e Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 12 Feb 2022 02:11:43 +0700 Subject: [PATCH] =?UTF-8?q?To=20someone=20special=20=F0=9F=92=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/discord/Core.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/discord/Core.ts b/src/discord/Core.ts index 2a8d3f3..b4f877a 100644 --- a/src/discord/Core.ts +++ b/src/discord/Core.ts @@ -23,8 +23,8 @@ export default class Core { Cache.updateGuildsCache(); }, 5 * 60 * 1000) - DiscordProvider.client.user!.setActivity("your heartbeat 💗", { - type: "LISTENING" + DiscordProvider.client.user!.setActivity("for your heart 💖", { + type: "COMPETING" }); Logger.info('Core started successfully');