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
If you know the user id, I suggest using bot.get_user(user_id) instead.