mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
Add missing @typedef line
This commit is contained in:
@@ -120,6 +120,7 @@ class ClientUser extends User {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Data resembling a raw Discord presence
|
* Data resembling a raw Discord presence
|
||||||
|
* @typedef {Object} PresenceData
|
||||||
* @property {PresenceStatus} [status] Status of the user
|
* @property {PresenceStatus} [status] Status of the user
|
||||||
* @property {boolean} [afk] Whether the user is AFK
|
* @property {boolean} [afk] Whether the user is AFK
|
||||||
* @property {Object} [game] Game the user is playing
|
* @property {Object} [game] Game the user is playing
|
||||||
|
|||||||
Reference in New Issue
Block a user