Skip to content

Commit 94a3632

Browse files
committed
Fix #258: Update open-spaces channel name and topic
1 parent 234697d commit 94a3632

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/configure-guild.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,9 @@ def verify_permission_roles(self) -> Self:
563563
name="exhibit-hall", topic="For conversations related to the exhibit hall."
564564
),
565565
TextChannel(
566-
name="open-space",
566+
name="open-spaces",
567567
topic=(
568-
"For conversations related to the open spaces. "
569-
"We'll also post photos of the open space session board here!"
568+
"For conversations related to the open spaces. Schedule and booking: [TBA]"
570569
),
571570
),
572571
ForumChannel(

0 commit comments

Comments
 (0)