Skip to content

Get User

nbaak edited this page Jan 2, 2024 · 2 revisions

Get a User by ID

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

Clone this wiki locally