aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/fseek.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fseek.ts b/src/commands/fseek.ts
index 3e34438..7d0e553 100644
--- a/src/commands/fseek.ts
+++ b/src/commands/fseek.ts
@@ -38,7 +38,7 @@ export default class implements Command {
throw new Error('can\'t seek in a livestream');
}
- const seekValue = interaction.options.getString('value');
+ const seekValue = interaction.options.getString('time');
if (!seekValue) {
throw new Error('missing seek value');