diff options
| author | Rapptz <[email protected]> | 2015-12-04 23:43:31 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-04 23:43:31 -0500 |
| commit | 17171aaa6032060c7fa845fa275f80f2ffbc2421 (patch) | |
| tree | 5e4e27bde897c6fe7aa764555131cb3eea87605c /discord/object.py | |
| parent | Add server management commands. (diff) | |
| download | discord.py-17171aaa6032060c7fa845fa275f80f2ffbc2421.tar.xz discord.py-17171aaa6032060c7fa845fa275f80f2ffbc2421.zip | |
Switch to NumPy style documentation.
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. """ |