Answers for "get author username by id discord.py"

6

how to get username with userid discord.py

username = client.get_user(user_id)
Posted by: Guest on December-02-2020
0

how to get the author on discord.py

ctx.author #Gets the author of a command
ctx.author.id #Gets the Discord ID of the author of a command
Posted by: Guest on March-29-2021

Code answers related to "get author username by id discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language