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

Method handleSkip

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

Source from the content-addressed store, hash-verified

204 }
205
206 private async handleSkip(interaction: ButtonInteraction): Promise<void> {
207 await this.bot.slashCommandsMap.get("skip")!.execute(interaction);
208 }
209
210 private async handlePlayPause(interaction: ButtonInteraction): Promise<void> {
211 if (this.player.state.status === AudioPlayerStatus.Playing) {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected