Fix discord.Object type hinting docs

discord.Object requires ID as an int not str
This commit is contained in:
Joshua B
2019-09-19 21:15:41 -04:00
committed by Danny
parent b4358d0dcf
commit 017d428db5
+1 -1
View File
@@ -57,7 +57,7 @@ class Object(Hashable):
Attributes
-----------
id: :class:`str`
id: :class:`int`
The ID of the object.
"""