Skip to content

Commit efea1aa

Browse files
authored
Allow organizers to manage roles (#263)
1 parent cc760f6 commit efea1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/configure-guild.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
DARK_PURPLE = "#658B34"
8686

8787
Permission = Literal[
88+
"manage_roles",
8889
"view_channel",
8990
"change_nickname",
9091
"create_public_threads",
@@ -269,7 +270,7 @@ def verify_permission_roles(self) -> Self:
269270
Role(
270271
name=ROLE_ORGANIZERS,
271272
color=DARK_YELLOW,
272-
permissions=["mention_everyone", "use_external_apps"],
273+
permissions=["mention_everyone", "use_external_apps", "manage_roles"],
273274
),
274275
Role(
275276
name=ROLE_VOLUNTEERS,

0 commit comments

Comments
 (0)