mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Change gameID (Deprecated) to game
This commit is contained in:
@@ -44,15 +44,21 @@ status
|
||||
|
||||
The status of a user, `String`. Either ``online``, ``offline`` or ``idle``.
|
||||
|
||||
gameID
|
||||
~~~~~~
|
||||
game
|
||||
~~~~
|
||||
|
||||
The ID of the game a user is playing, `Number`.
|
||||
The game object of a user. `null` if not playing a game, otherwise `Object` containing the following values:
|
||||
|
||||
.. code-block:: js
|
||||
|
||||
{
|
||||
name : 'Game Name' //Name of game user is playing
|
||||
}
|
||||
|
||||
typing
|
||||
~~~~~~
|
||||
|
||||
`Object` containing the following values;
|
||||
`Object` containing the following values:
|
||||
|
||||
.. code-block:: js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user