mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 06:36:19 +01:00
Corrected reference to wrong manager in group creation.
This commit is contained in:
@@ -293,7 +293,7 @@ class DiscordManager:
|
||||
group_ids.append(group_id)
|
||||
except:
|
||||
# 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)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user