Fix discord.Object type hinting docs
discord.Object requires ID as an int not str
This commit is contained in:
parent
b4358d0dcf
commit
017d428db5
@ -57,7 +57,7 @@ class Object(Hashable):
|
||||
|
||||
Attributes
|
||||
-----------
|
||||
id: :class:`str`
|
||||
id: :class:`int`
|
||||
The ID of the object.
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user