(&mut self)
| 502 | } |
| 503 | |
| 504 | pub(crate) async fn reload_guild_scripts(&mut self) { |
| 505 | self.try_retry_load_guild_scripts().await; |
| 506 | self.start_fresh_vm().await; |
| 507 | } |
| 508 | |
| 509 | async fn try_retry_load_guild_scripts(&mut self) { |
| 510 | loop { |
no test coverage detected