mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Corrected reference to wrong manager in group creation.
This commit is contained in:
parent
286910059b
commit
f342569f16
@ -293,7 +293,7 @@ class DiscordManager:
|
|||||||
group_ids.append(group_id)
|
group_ids.append(group_id)
|
||||||
except:
|
except:
|
||||||
# need to create role on server for group
|
# need to create role on server for group
|
||||||
group_ids.append(api.create_group(g))
|
group_ids.append(DiscordManager.create_group(g))
|
||||||
api.set_roles(user_id, group_ids)
|
api.set_roles(user_id, group_ids)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user