mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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;
|
||||
|
||||
/**
|
||||
* 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}
|
||||
*/
|
||||
this.type = data.type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue