Skip to content

Commit fdede4c

Browse files
committed
Don't try to modify the 'Admin' role
1 parent 2f16846 commit fdede4c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/configure-guild.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ def verify_permission_roles(self) -> Self:
214214

215215
SERVER_CONFIG = GuildConfig(
216216
roles=[
217-
Role(
218-
name="Admin",
219-
color=GREY,
220-
permissions=["administrator"],
221-
),
222217
Role(
223218
name=ROLE_COC,
224219
color=DARK_ORANGE,

0 commit comments

Comments
 (0)