Skip to content

Commit 9f2e1d3

Browse files
committed
Hotfix: Make Sponsors category invisible to unregistered users
1 parent e8363f8 commit 9f2e1d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/configure-guild.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ def verify_permission_roles(self) -> Self:
606606
name="example-sponsor", topic="This is how a sponsor channel could look like"
607607
),
608608
],
609+
permission_overwrites=[
610+
PermissionOverwrite(roles=[ROLE_EVERYONE], deny=["view_channel"]),
611+
],
609612
),
610613
Category(
611614
name="Registration",

0 commit comments

Comments
 (0)