MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / getLiveCommand

Function getLiveCommand

src/utils/client.utils.ts:44–46  ·  view source on GitHub ↗
(commandName: string)

Source from the content-addressed store, hash-verified

42 }
43
44 export function getLiveCommand(commandName: string) {
45 return LIVE_COMMANDS.find(cmd => cmd.name === commandName);
46 }
47
48 export async function getGuild(guildId: string) {
49 return await CLIENT.guilds.fetch(guildId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected