diff options
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. """ |