We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1599 commit 8c20c73Copy full SHA for 8c20c73
1 file changed
scripts/configure-guild.py
@@ -72,6 +72,7 @@
72
LIGHT_BLUE = "#8FD3E0"
73
DARK_ORANGE = "#E6412C"
74
ORANGE = "#E85D04"
75
+DARK_YELLOW = "#BC8C15"
76
YELLOW = "#FFD700"
77
PURPLE = "#D34EA5"
78
GREY = "#99AAB5"
@@ -239,7 +240,7 @@ def verify_permission_roles(self) -> Self:
239
240
),
241
Role(
242
name=ROLE_ORGANIZERS,
- color=ORANGE,
243
+ color=DARK_YELLOW,
244
permissions=["mention_everyone", "use_external_apps"],
245
246
0 commit comments