how to have a discord bot set its own profile picture code example
Example: discord get bot profile picture
user = client.get_user(ID)
profilePicture = user.avatar_url
user = client.get_user(ID)
profilePicture = user.avatar_url