Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Discord.py get user object from id/tag

So i'm trying to get a user object from an id or tag, however i am using a user account not a bot account so i cant use get_user_info() Is there any way to do this on an user account?

like image 407
Google Avatar asked Feb 03 '19 04:02

Google


1 Answers

If you know the user id, I suggest using bot.get_user(user_id) instead.

like image 136
TheOneMusic Avatar answered Sep 18 '22 02:09

TheOneMusic