mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for new pink default avatars
This commit is contained in:
@ -295,6 +295,7 @@ class DefaultAvatar(Enum):
|
||||
green = 2
|
||||
orange = 3
|
||||
red = 4
|
||||
pink = 5
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.name
|
||||
|
Reference in New Issue
Block a user