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

Method getAllScripts

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

Source from the content-addressed store, hash-verified

135 }
136
137 async getAllScripts(guildId: string): Promise<ApiResult<Script[]>> {
138 return await this.get(`/api/guilds/${guildId}/scripts`);
139 }
140
141 async getAllScriptsWithPlugins(guildId: string): Promise<ApiResult<ScriptsWithPlugins>> {
142 return await this.get(`/api/guilds/${guildId}/scripts_with_plugins`);

Callers 2

selectTestGuildFunction · 0.80
syncWorkspaceMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected