mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
parent
c6201ee41b
commit
b92f8d9c06
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue