MCPcopy
hub / github.com/eritislami/evobot / handleLoop

Method handleLoop

structs/MusicQueue.ts:262–264  ·  view source on GitHub ↗
(interaction: ButtonInteraction)

Source from the content-addressed store, hash-verified

260 }
261
262 private async handleLoop(interaction: ButtonInteraction): Promise<void> {
263 await this.bot.slashCommandsMap.get("loop")!.execute(interaction);
264 }
265
266 private async handleShuffle(interaction: ButtonInteraction): Promise<void> {
267 await this.bot.slashCommandsMap.get("shuffle")!.execute(interaction);

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected