From f061e2042f427cd59f3c7f6686b36ba2f80813b2 Mon Sep 17 00:00:00 2001 From: Misono Mika Date: Sun, 7 Jul 2024 14:01:32 +0000 Subject: [PATCH] fix(client): CustomStatus don't working --- src/structures/Presence.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 7416a48..50051b0 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -674,7 +674,7 @@ class CustomStatus extends Activity { return { name: this.name, emoji: this.emoji, - type: this.type, + type: ActivityTypes.CUSTOM, state: this.state, }; }