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

Method getCurrentUserGuilds

frontend-common/src/api_client.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 async getCurrentUserGuilds(): Promise<ApiResult<CurrentGuildsResponse>> {
85 return await this.get("/api/guilds");
86 }
87
88 async getAllSessions(): Promise<ApiResult<SessionMeta[]>> {
89 return await this.get("/api/sessions");

Callers 2

activateFunction · 0.95
GuildsProviderFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected