storage: add guild_scheduled_events

This commit is contained in:
Luna 2021-08-28 22:55:59 -03:00
parent 32af0ee396
commit 61463b7642
1 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,9 @@ class Storage:
# used by guilds with DISCOVERABLE feature
drow["preffered_locale"] = "en-US"
# feature won't be impl'd
drow["guild_scheduled_events"] = []
return drow
async def _member_basic(self, guild_id: int, member_id: int):