mirror of
https://github.com/Mestima/luna.git
synced 2025-06-27 20:59:32 +00:00
codestyle fix
This commit is contained in:
@ -24,7 +24,7 @@ const PresenceHandler = class {
|
|||||||
presencePayload.activities = [{
|
presencePayload.activities = [{
|
||||||
name: this.content,
|
name: this.content,
|
||||||
type: type
|
type: type
|
||||||
}]
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
await client.user.setPresence(presencePayload);
|
await client.user.setPresence(presencePayload);
|
||||||
|
Reference in New Issue
Block a user