From 3c1af5aa22dd07449b44ad3a6a4c57913fb4d8ba Mon Sep 17 00:00:00 2001 From: transcental Date: Sun, 29 Jun 2025 08:45:41 +0100 Subject: [PATCH] fix som channels --- nephthys/transcripts/transcripts/identity.py | 2 +- nephthys/transcripts/transcripts/summer_of_making.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nephthys/transcripts/transcripts/identity.py b/nephthys/transcripts/transcripts/identity.py index 458ac1f..9b46e56 100644 --- a/nephthys/transcripts/transcripts/identity.py +++ b/nephthys/transcripts/transcripts/identity.py @@ -25,6 +25,6 @@ if your question has been answered, please hit the button below to mark it as re home_unknown_user_title: str = ( ":upside-down_orpheus: woah, stop right there {name}!" ) - home_unknown_user_text: str = f"oh, oh! it looks like this post has been marked as resolved by <@{{user_id}}>! if you have any more questions, please make a new post in <#{help_channel}> and someone'll be happy to help you out! not me though, i'm just a silly racoon ^-^" + home_unknown_user_text: str = f"heyyyy, heidi here! it looks like i'm not allowed to show ya this. sorry! if you think this is a mistake, please reach out to <@{program_owner}> and she'll lmk what to do!" not_allowed_channel: str = f"heya, it looks like you're not supposed to be in that channel, pls talk to <@{program_owner}> if that's wrong" diff --git a/nephthys/transcripts/transcripts/summer_of_making.py b/nephthys/transcripts/transcripts/summer_of_making.py index ff45b96..c523231 100644 --- a/nephthys/transcripts/transcripts/summer_of_making.py +++ b/nephthys/transcripts/transcripts/summer_of_making.py @@ -7,12 +7,12 @@ class SummerOfMaking(Transcript): program_name: str = "Summer of Making" program_owner: str = "U054VC2KM9P" - help_channel: str = "C091D312J85" - ticket_channel: str = "C091D31UC4D" - team_channel: str = "C0917TW3Z2P" + help_channel: str = "C090JKDJYN8" + ticket_channel: str = "C0904U79G15" + team_channel: str = "C090EPTT84E" faq_link: str = "https://hackclub.slack.com/docs/T0266FRGM/F090MQF0H2Q" - summer_help_channel: str = "C091D312J85" + summer_help_channel: str = "C090JKDJYN8" identity_help_channel: str = "C092833JXKK" first_ticket_create: str = f""" @@ -25,6 +25,6 @@ if your question has been answered, please hit the button below to mark it as re home_unknown_user_title: str = ( ":upside-down_orpheus: woah, stop right there {name}!" ) - home_unknown_user_text: str = f"oh, oh! it looks like this post has been marked as resolved by <@{{user_id}}>! if you have any more questions, please make a new post in <#{help_channel}> and someone'll be happy to help you out! not me though, i'm just a silly racoon ^-^" + home_unknown_user_text: str = f"heyyyy, heidi here! it looks like i'm not allowed to show ya this. sorry! if you think this is a mistake, please reach out to <@{program_owner}> and she'll lmk what to do!" not_allowed_channel: str = f"heya, it looks like you're not supposed to be in that channel, pls talk to <@{program_owner}> if that's wrong"