mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-07 21:22:41 +02:00
Bump linter version
This commit is contained in:
parent
fd782219ef
commit
dcac22832d
28 changed files with 184 additions and 198 deletions
|
@ -14,7 +14,7 @@ export default class implements Command {
|
|||
public examples = [
|
||||
['seek 10', 'seeks to 10 seconds from beginning of song'],
|
||||
['seek 1:30', 'seeks to 1 minute and 30 seconds from beginning of song'],
|
||||
['seek 1:00:00', 'seeks to 1 hour from beginning of song']
|
||||
['seek 1:00:00', 'seeks to 1 hour from beginning of song'],
|
||||
];
|
||||
|
||||
public requiresVC = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue