mirror of https://gitlab.com/litecord/litecord.git
storage: add guild_scheduled_events
This commit is contained in:
parent
32af0ee396
commit
61463b7642
|
|
@ -232,6 +232,9 @@ class Storage:
|
||||||
# used by guilds with DISCOVERABLE feature
|
# used by guilds with DISCOVERABLE feature
|
||||||
drow["preffered_locale"] = "en-US"
|
drow["preffered_locale"] = "en-US"
|
||||||
|
|
||||||
|
# feature won't be impl'd
|
||||||
|
drow["guild_scheduled_events"] = []
|
||||||
|
|
||||||
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