Skip to content

Commit 8c20c73

Browse files
committed
Fix 'Organizers' role color
1 parent 6cb1599 commit 8c20c73

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
@@ -72,6 +72,7 @@
7272
LIGHT_BLUE = "#8FD3E0"
7373
DARK_ORANGE = "#E6412C"
7474
ORANGE = "#E85D04"
75+
DARK_YELLOW = "#BC8C15"
7576
YELLOW = "#FFD700"
7677
PURPLE = "#D34EA5"
7778
GREY = "#99AAB5"
@@ -239,7 +240,7 @@ def verify_permission_roles(self) -> Self:
239240
),
240241
Role(
241242
name=ROLE_ORGANIZERS,
242-
color=ORANGE,
243+
color=DARK_YELLOW,
243244
permissions=["mention_everyone", "use_external_apps"],
244245
),
245246
Role(

0 commit comments

Comments
 (0)