mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
@@ -58,7 +58,11 @@ class Game {
|
|||||||
this.name = data.name;
|
this.name = data.name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The type of the game status
|
* The type of the game status, its possible values:
|
||||||
|
* - 0: Playing
|
||||||
|
* - 1: Streaming
|
||||||
|
* - 2: Listening
|
||||||
|
* - 3: Watching
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.type = data.type;
|
this.type = data.type;
|
||||||
|
|||||||
Reference in New Issue
Block a user