diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 4c052d9..25dc1d0 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -650,7 +650,7 @@ class CustomStatus extends Activity { constructor(client, data = {}) { if (!client) throw new Error("Class constructor CustomStatus cannot be invoked without 'client'"); super('presence' in client ? client.presence : client, { - name: 'Custom Status', + name: ' ', type: ActivityTypes.CUSTOM, ...data, });