storage: add guild.preffered_locale hardcoded field

This commit is contained in:
Luna 2019-09-02 16:18:23 -03:00
parent 96591c1f20
commit f1ca177118
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ class Storage:
drow['max_presences'] = 1000
drow['max_members'] = 1000
# used by guilds with DISCOVERABLE feature
drow['preffered_locale'] = 'en-US'
return drow
async def _member_basic(self, guild_id: int, member_id: int):