(&mut self)
| 158 | |
| 159 | #[instrument(skip(self), fields(guild_id = self.guild_id.get()))] |
| 160 | async fn setup(&mut self) { |
| 161 | self.fetch_premium_tier().await; |
| 162 | self.try_retry_load_guild_scripts().await; |
| 163 | self.start_fresh_vm().await; |
| 164 | } |
| 165 | |
| 166 | async fn run(mut self) { |
| 167 | self.setup().await; |
no test coverage detected