aboutsummaryrefslogtreecommitdiff
path: root/discord/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/game.py')
-rw-r--r--discord/game.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/game.py b/discord/game.py
index 238f22ea..8ca83c1d 100644
--- a/discord/game.py
+++ b/discord/game.py
@@ -47,11 +47,11 @@ class Game:
Attributes
-----------
- name: str
+ name: :class:`str`
The game's name.
- url: str
+ url: :class:`str`
The game's URL. Usually used for twitch streaming.
- type: int
+ type: :class:`int`
The type of game being played. 1 indicates "Streaming".
"""