Update Presence.js
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user