#How to get a user from an id
1 messages · Page 1 of 1 (latest)
can't have any capital letters in command options
Ok thx. Dont know why i dint think of that when it says cant be capital
lol no worries
do you know how i can convert a user id into a str of there name (when i use an option it gives back the user id and i want to check if a user is in a database that has the names stored as a str from str(ctx.author))
How to get a user from an id
this will give the User object, use str() on it to get the username