Skip to content

Commit

Permalink
fix: Use correct welcome stream name (#104)
Browse files Browse the repository at this point in the history
I thought that the current batches channel name was just the text, but
it really does include the emoji!

I found this out because Zulip messaged me this when PB tried to check
in today:

> Your bot '[email protected]' tried to send a message
to channel #**current batches**, but that channel does not exist. Click
[here]() to create it.
  • Loading branch information
jdkaplan authored Nov 12, 2024
2 parents cdafe89 + 2e82012 commit ec39ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {

projectId := "pairing-bot-284823"
botUsername := "[email protected]"
welcomeStream := "current batches"
welcomeStream := "🧑‍💻 current batches" // The emoji is literally part of the channel name!

log.Printf("Running the app in environment = %s", appEnv)

Expand Down

0 comments on commit ec39ba2

Please sign in to comment.