Skip to content

Commit 81d2dad

Browse files
committed
Hotfix: Make Sponsors visible to all registered users
1 parent 9f2e1d3 commit 81d2dad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/configure-guild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ def verify_permission_roles(self) -> Self:
608608
],
609609
permission_overwrites=[
610610
PermissionOverwrite(roles=[ROLE_EVERYONE], deny=["view_channel"]),
611+
PermissionOverwrite(roles=ROLES_REGISTERED, allow=["view_channel"]),
611612
],
612613
),
613614
Category(

0 commit comments

Comments
 (0)