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, }; }