MCPcopy Create free account
hub / github.com/Botloader/botloader / reloadGuildVm

Method reloadGuildVm

frontend-common/src/api_client.ts:170–172  ·  view source on GitHub ↗
(guildId: string)

Source from the content-addressed store, hash-verified

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`);

Callers 4

delScriptFunction · 0.80
pushUriMethod · 0.80
pushAllMethod · 0.80
pushScmGroupMethod · 0.80

Calls 1

postMethod · 0.95

Tested by

no test coverage detected