(interaction: ButtonInteraction)
| 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], |