Skip to content
Advertisement

How to get a user’s avatar with their id in discord.py?

I tried using the following code but it didn’t work.

JavaScript

Edit: For anyone that had a similar problem, while not mentioned in the docs, discord.Member can take user ids aside from @username so there isn’t any need for a complicated way.

Advertisement

Answer

I’m presuming you’re Tagging the user with @UserNameHere in discord. It’s much easier to take that input as a member Object :)

You also don’t need to wrap the url in quotes.

This code is if it is in a cog:

JavaScript

This code is if it is in the main bot.py file:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement