recursecenter / pairing-bot

A Zulip bot that partners people for pair programming practice
MIT License
22 stars 15 forks source link

Send the welcome message to "Current Batches" instead of "397 Bridge" #94

Closed jdkaplan closed 1 month ago

jdkaplan commented 1 month ago

This should be a single string change, but it'll greatly improve the alignment between who needs to be introduced to Pairing Bot and who receives the welcome message!

jdkaplan commented 1 month ago

And here's some free scope creep! If we base this on the configured environment, we can start sending dev bot messages to #test-bot > 🍐🤖 instead of just printing them to the log!

Relevant code links

https://github.com/recursecenter/pairing-bot/blob/87c300d9a3120837170f6d7040802996d732d1ec/pairing_bot.go#L328-L334

https://github.com/recursecenter/pairing-bot/blob/87c300d9a3120837170f6d7040802996d732d1ec/pairing_bot.go#L372-L374

https://github.com/recursecenter/pairing-bot/blob/87c300d9a3120837170f6d7040802996d732d1ec/zulip/client.go#L53-L57