mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Add missing @typedef line
This commit is contained in:
parent
fe7ed523b3
commit
1b76333b8b
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ class ClientUser extends User {
|
|||
|
||||
/**
|
||||
* Data resembling a raw Discord presence
|
||||
* @typedef {Object} PresenceData
|
||||
* @property {PresenceStatus} [status] Status of the user
|
||||
* @property {boolean} [afk] Whether the user is AFK
|
||||
* @property {Object} [game] Game the user is playing
|
||||
|
|
|
|||
Loading…
Reference in a new issue