mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
Client.get_user_info uses int for IDs not str.
Realistically both will work but let's not say that.
This commit is contained in:
parent
20949fc70e
commit
7a06f0f3bf
@ -892,7 +892,7 @@ class Client:
|
|||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
-----------
|
-----------
|
||||||
user_id: str
|
user_id: int
|
||||||
The user's ID to fetch from.
|
The user's ID to fetch from.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user