mirror of https://gitlab.com/litecord/litecord.git
storage: fix typo
This commit is contained in:
parent
ddf27ace1a
commit
d01fde15da
|
|
@ -231,7 +231,7 @@ class Storage:
|
||||||
drow["max_members"] = 100000
|
drow["max_members"] = 100000
|
||||||
|
|
||||||
# used by guilds with DISCOVERABLE feature
|
# used by guilds with DISCOVERABLE feature
|
||||||
drow["preffered_locale"] = "en-US"
|
drow["preferred_locale"] = "en-US"
|
||||||
|
|
||||||
# feature won't be impl'd
|
# feature won't be impl'd
|
||||||
drow["guild_scheduled_events"] = []
|
drow["guild_scheduled_events"] = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue