diff options
Diffstat (limited to 'discord/object.py')
| -rw-r--r-- | discord/object.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/discord/object.py b/discord/object.py index 2c33068c..d073ef15 100644 --- a/discord/object.py +++ b/discord/object.py @@ -37,8 +37,9 @@ class Object(object): receive this class rather than the actual data class. These cases are extremely rare. - .. attribute:: id - + Attributes + ----------- + id : str The ID of the object. """ |