Skip to content

Commit

Permalink
fix: Use correct welcome stream name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkaplan committed Nov 12, 2024
1 parent cdafe89 commit 2e82012
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 2e82012

Please sign in to comment.