huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ pub struct BotShutdownNotifier {
}
impl BotShutdownNotifier {
/// Create a notifier that will send shutdown/startup messages via `transport` to the given `channels`.
pub fn new(transport: Arc<dyn ChatTransport>, channels: Vec<String>, bot_name: String) -> Self {
Self {
transport,