#Image manipulation isnt working
1 messages · Page 1 of 1 (latest)
also what you're doing is somewhat unnecessary since there's a built in method to convert it to bytes https://docs.pycord.dev/en/master/api.html#discord.Asset.read
avatar = await member.avatar.read()
wrong way, it's LITERALLY just the first line; you don't need the save line at all, you can skip it