mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Fix presences, damn it hydra
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
*/
|
||||
class Presence {
|
||||
constructor(data) {
|
||||
if (!data) return;
|
||||
if (!data) {
|
||||
data = {};
|
||||
}
|
||||
/**
|
||||
* The status of the presence:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user