mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-07 21:22:41 +02:00
Add help command
This commit is contained in:
parent
ac21b5657b
commit
426d0b0335
14 changed files with 109 additions and 13 deletions
|
@ -9,7 +9,11 @@ import Command from '.';
|
|||
@injectable()
|
||||
export default class implements Command {
|
||||
public name = 'seek';
|
||||
public description = 'seeks position in currently playing song';
|
||||
public examples = [
|
||||
['seek 10', 'seeks to 10 seconds from begining of song'],
|
||||
['seek 1:30', 'seeks to 1 minute and 30 seconds from begining of song']
|
||||
];
|
||||
|
||||
private readonly playerManager: PlayerManager;
|
||||
private readonly queueManager: QueueManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue