mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Fix presences probably ¯\_(ツ)_/¯
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
*/
|
||||
class Presence {
|
||||
constructor(data) {
|
||||
if (!data) return;
|
||||
/**
|
||||
* The status of the presence:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user