mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-09 19:51:36 +02:00
parent
7846970f92
commit
c421529998
2 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue