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

Method getUserPremiumSlots

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

Source from the content-addressed store, hash-verified

121 }
122
123 async getUserPremiumSlots(): Promise<ApiResult<PremiumSlot[]>> {
124 return await this.get("/api/premium_slots");
125 }
126 async updatePremiumSlotGuild(slotId: string, guildId: string | null): Promise<ApiResult<PremiumSlot>> {
127 return await this.post(`/api/premium_slots/${slotId}/update_guild`, {
128 kind: "json",

Callers 1

fetchSlotsFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected