(&self, guild_id: Id<GuildMarker>)
| 476 | } |
| 477 | |
| 478 | pub async fn list_scripts(&self, guild_id: Id<GuildMarker>) -> ConfigStoreResult<Vec<Script>> { |
| 479 | Self::get_guild_scripts(&mut *self.pool.acquire().await?, guild_id).await |
| 480 | } |
| 481 | |
| 482 | async fn get_guild_meta_config( |
| 483 | &self, |
no outgoing calls
no test coverage detected