(guildId: string)
| 168 | } |
| 169 | |
| 170 | async reloadGuildVm(guildId: string): Promise<ApiResult<EmptyResponse>> { |
| 171 | return await this.post(`/api/guilds/${guildId}/reload_vm`); |
| 172 | } |
| 173 | |
| 174 | async getGuildMetaConfig(guildId: string): Promise<ApiResult<GuildMetaConfig>> { |
| 175 | return await this.get(`/api/guilds/${guildId}/settings`); |
no test coverage detected