Update Presence.js
This commit is contained in:
@@ -650,7 +650,7 @@ class CustomStatus extends Activity {
|
|||||||
constructor(client, data = {}) {
|
constructor(client, data = {}) {
|
||||||
if (!client) throw new Error("Class constructor CustomStatus cannot be invoked without 'client'");
|
if (!client) throw new Error("Class constructor CustomStatus cannot be invoked without 'client'");
|
||||||
super('presence' in client ? client.presence : client, {
|
super('presence' in client ? client.presence : client, {
|
||||||
name: 'Custom Status',
|
name: ' ',
|
||||||
type: ActivityTypes.CUSTOM,
|
type: ActivityTypes.CUSTOM,
|
||||||
...data,
|
...data,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user