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

Function getCurrentGuildId

components/runtime/src/ts/discord/dapi.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * @returns The current guild's Id
26 */
27export function getCurrentGuildId(): string {
28 return OpWrappers.getCurrentGuildId();
29}
30
31// Guild functions
32export function getGuild(): Promise<Guild> {

Callers 5

constructorMethod · 0.90
everyoneMethod · 0.90
editMethod · 0.90
deleteMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected