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