Browse Source

Fix discord.Object type hinting docs

discord.Object requires ID as an int not str
pull/2353/head
Joshua B 6 years ago
committed by Danny
parent
commit
017d428db5
  1. 2
      discord/object.py

2
discord/object.py

@ -57,7 +57,7 @@ class Object(Hashable):
Attributes
-----------
id: :class:`str`
id: :class:`int`
The ID of the object.
"""

Loading…
Cancel
Save