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

Method getGuildPremiumSlots

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

Source from the content-addressed store, hash-verified

180 }
181
182 async getGuildPremiumSlots(guildId: string): Promise<ApiResult<GuildPremiumSlot[]>> {
183 return await this.get(`/api/guilds/${guildId}/premium_slots`);
184 }
185
186 async getPublishedPublicPlugins(): Promise<ApiResult<Plugin[]>> {
187 return await this.get(`/api/plugins`);

Callers 1

loadConfigFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected