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

Method getGuildMetaConfig

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

Source from the content-addressed store, hash-verified

172 }
173
174 async getGuildMetaConfig(guildId: string): Promise<ApiResult<GuildMetaConfig>> {
175 return await this.get(`/api/guilds/${guildId}/settings`);
176 }
177
178 async getNews(): Promise<ApiResult<NewsItem[]>> {
179 return await this.get(`/api/news`);

Callers 1

loadConfigFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected