Answers for "get user id of author discord.py"

7

discord py get user by id

user = bot.get_user(user_id)
Posted by: Guest on May-21-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 user id of author discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language