mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Change enum members in Locale to be snake_case
Not even sure how this slipped through.
This commit is contained in:
@ -625,8 +625,8 @@ class Locale(Enum):
|
||||
norwegian = 'no'
|
||||
polish = 'pl'
|
||||
brazil_portuguese = 'pt-BR'
|
||||
Romanian = 'ro'
|
||||
Russian = 'ru'
|
||||
romanian = 'ro'
|
||||
russian = 'ru'
|
||||
spain_spanish = 'es-ES'
|
||||
swedish = 'sv-SE'
|
||||
thai = 'th'
|
||||
|
Reference in New Issue
Block a user