Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
128 changed files with 12273 additions and 18795 deletions
Showing only changes of commit 36bcbb19ee - Show all commits

View File

@ -408,7 +408,7 @@ class Intents(BaseFlags):
if item not in cls.VALID_FLAGS.keys():
intents_list.remove(item)
self = cls.__new__(cls)
self = cls.all()
for item in cls.VALID_FLAGS.keys():
if item not in intents_list:
setattr(self, item, False)