#How to get a user from an id

1 messages · Page 1 of 1 (latest)

crimson cave
#

Any idea why this is happening, i have tried many different values as type so yeah

#

(Please ping me)

half star
crimson cave
half star
#

lol no worries

crimson cave
#

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))

crimson cave
#

How to get a user from an id

zinc flame
#

use ctx.app.cache.get_user(id)

#

@crimson cave

zinc flame