mirror of https://gitlab.com/litecord/litecord.git
storage: add guild.preffered_locale hardcoded field
This commit is contained in:
parent
96591c1f20
commit
f1ca177118
|
|
@ -204,6 +204,9 @@ class Storage:
|
||||||
drow['max_presences'] = 1000
|
drow['max_presences'] = 1000
|
||||||
drow['max_members'] = 1000
|
drow['max_members'] = 1000
|
||||||
|
|
||||||
|
# used by guilds with DISCOVERABLE feature
|
||||||
|
drow['preffered_locale'] = 'en-US'
|
||||||
|
|
||||||
return drow
|
return drow
|
||||||
|
|
||||||
async def _member_basic(self, guild_id: int, member_id: int):
|
async def _member_basic(self, guild_id: int, member_id: int):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue