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

Method handleShuffle

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

Source from the content-addressed store, hash-verified

264 }
265
266 private async handleShuffle(interaction: ButtonInteraction): Promise<void> {
267 await this.bot.slashCommandsMap.get("shuffle")!.execute(interaction);
268 }
269
270 private async handleStop(interaction: ButtonInteraction): Promise<void> {
271 await this.bot.slashCommandsMap.get("stop")!.execute(interaction);

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected