We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To get a User by it's id, it seems we have to query it from the bot.
print(uid, self.bot.get_user(uid))
Source