1.0.0 #253

Merged
edraft merged 262 commits from 1.0.0 into master 2023-03-27 09:30:50 +02:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 132d41f0a2 - Show all commits

@ -1 +1 @@
Subproject commit 5686a548095d671fe37ad112cc9318002f6c46f5
Subproject commit 62475d65465f289604c7a32d23b5c29bb8cd38a4

View File

@ -82,7 +82,7 @@ class QueryABC(ObjectType):
break
elif type(element) == AutoRoleRule:
element: AutoRole = element.game_server
element: AutoRole = element
for u in user.users:
u: User = u
guild = bot.get_guild(u.server.discord_id)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B

After

Width:  |  Height:  |  Size: 69 KiB