mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
fix docs
This commit is contained in:
@@ -22,6 +22,7 @@ class Game {
|
||||
|
||||
/**
|
||||
* Whether or not the game is being streamed
|
||||
* @type {boolean}
|
||||
* @readonly
|
||||
*/
|
||||
get streaming() {
|
||||
@@ -42,6 +43,9 @@ class Game {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents a User's presence
|
||||
*/
|
||||
class Presence {
|
||||
constructor(data) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user