diff options
| author | Tobotimus <[email protected]> | 2018-01-06 17:21:56 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-01-06 17:23:59 -0500 |
| commit | 3112e1c17e7859adf6d13ed844f4c636b4bc30d8 (patch) | |
| tree | 70d7aafca549a8c245ee4fdab774e1ab5302d531 /discord/game.py | |
| parent | [commands] Fix MissingRequiredArgument param handling (diff) | |
| download | discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.tar.xz discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.zip | |
Add intersphinx
Diffstat (limited to 'discord/game.py')
| -rw-r--r-- | discord/game.py | 6 |
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". """ |