Skip to content

Commit 4e066ef

Browse files
committed
Fix #204: Refactor volunteer-only channels
1 parent d8d018a commit 4e066ef

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

scripts/configure-guild.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -509,17 +509,7 @@ def verify_permission_roles(self) -> Self:
509509
channels=[
510510
TextChannel(
511511
name="announcements-volunteers",
512-
topic="Announcements for conference volunteers",
513-
permission_overwrites=[
514-
PermissionOverwrite(
515-
roles=ROLES_VOLUNTEERS,
516-
allow=["view_channel"],
517-
),
518-
],
519-
),
520-
TextChannel(
521-
name="conference-discussion",
522-
topic="For on-topic conversations related to organizing EuroPython. Please use #volunteers-lounge for off-topic conversations!",
512+
topic="Announcements and requests for conference volunteers. Please use <<#volunteers-lounge>> for all other volunteer-related conversations.",
523513
permission_overwrites=[
524514
PermissionOverwrite(
525515
roles=ROLES_VOLUNTEERS,

0 commit comments

Comments
 (0)