(&mut self)
| 496 | } |
| 497 | |
| 498 | async fn discard_broken_session(&mut self) { |
| 499 | // reason-based scheduler notifications are still sent from within, |
| 500 | // only the stop signal is dropped here |
| 501 | let _ = self.handle_session_events(vec![SessionEvent::Broken]).await; |
| 502 | } |
| 503 | |
| 504 | pub(crate) async fn reload_guild_scripts(&mut self) { |
| 505 | self.try_retry_load_guild_scripts().await; |
no test coverage detected