Fixed some stuff

This commit is contained in:
Sven Heidemann 2023-03-26 22:58:56 +02:00
parent 707a835672
commit 132d41f0a2
3 changed files with 2 additions and 2 deletions

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B

After

Width:  |  Height:  |  Size: 69 KiB