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

Method handleStop

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

Source from the content-addressed store, hash-verified

268 }
269
270 private async handleStop(interaction: ButtonInteraction): Promise<void> {
271 await this.bot.slashCommandsMap.get("stop")!.execute(interaction);
272 }
273
274 private commandHandlers = new Map([
275 ["skip", this.handleSkip],

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected