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/object.py | |
| parent | [commands] Fix MissingRequiredArgument param handling (diff) | |
| download | discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.tar.xz discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.zip | |
Add intersphinx
Diffstat (limited to 'discord/object.py')
| -rw-r--r-- | discord/object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/object.py b/discord/object.py index 9cb40ecc..4cdcd26b 100644 --- a/discord/object.py +++ b/discord/object.py @@ -56,7 +56,7 @@ class Object(Hashable): Attributes ----------- - id : str + id : :class:`str` The ID of the object. """ |