1.0.0-fix #254

Merged
edraft merged 6 commits from 1.0.0-fix into 1.0.0 2023-03-20 14:41:33 +01:00
Showing only changes of commit 818163cbed - Show all commits

View File

@ -46,7 +46,6 @@ def main():
groups[user].extend(ujvcs.where(lambda x: x.UserId == user))
for group in groups:
values: List[UserJoinedVoiceChannel] = groups[group]
def find_overlaps(x: UserJoinedVoiceChannel) -> bool: