Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
142 changed files with 7294 additions and 21925 deletions
Showing only changes of commit 4c56e6da9c - Show all commits

View File

@ -133,6 +133,8 @@ class ConnectionState:
if not intents.members and self._fetch_offline:
raise ValueError('Intents.members has be enabled to fetch offline members.')
else:
intents = Intents()
cache_flags = options.get('member_cache_flags', None)
if cache_flags is None: