diff options
Diffstat (limited to 'src/commands/seek.ts')
| -rw-r--r-- | src/commands/seek.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/seek.ts b/src/commands/seek.ts index 708567f..ecfde64 100644 --- a/src/commands/seek.ts +++ b/src/commands/seek.ts @@ -26,7 +26,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); const currentSong = player.getCurrent(); |
