mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Fix discord.Object type hinting docs
discord.Object requires ID as an int not str
This commit is contained in:
@ -57,7 +57,7 @@ class Object(Hashable):
|
||||
|
||||
Attributes
|
||||
-----------
|
||||
id: :class:`str`
|
||||
id: :class:`int`
|
||||
The ID of the object.
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user