(interaction: ButtonInteraction)
| 260 | } |
| 261 | |
| 262 | private async handleLoop(interaction: ButtonInteraction): Promise<void> { |
| 263 | await this.bot.slashCommandsMap.get("loop")!.execute(interaction); |
| 264 | } |
| 265 | |
| 266 | private async handleShuffle(interaction: ButtonInteraction): Promise<void> { |
| 267 | await this.bot.slashCommandsMap.get("shuffle")!.execute(interaction); |