aboutsummaryrefslogtreecommitdiff
path: root/src/commands/shuffle.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/shuffle.ts')
-rw-r--r--src/commands/shuffle.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/shuffle.ts b/src/commands/shuffle.ts
index f560e41..9c0a664 100644
--- a/src/commands/shuffle.ts
+++ b/src/commands/shuffle.ts
@@ -20,7 +20,7 @@ export default class implements Command {
this.playerManager = playerManager;
}
- public async executeFromInteraction(interaction: CommandInteraction): Promise<void> {
+ public async execute(interaction: CommandInteraction): Promise<void> {
const player = this.playerManager.get(interaction.guild!.id);
if (player.isQueueEmpty()) {