mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 03:11:36 +02:00
Add help command
This commit is contained in:
parent
ac21b5657b
commit
426d0b0335
14 changed files with 109 additions and 13 deletions
|
@ -8,7 +8,10 @@ import Command from '.';
|
|||
@injectable()
|
||||
export default class implements Command {
|
||||
public name = 'pause';
|
||||
public description = 'pause currently playing song';
|
||||
public examples = [
|
||||
['pause', 'pauses currently playing song']
|
||||
];
|
||||
|
||||
private readonly playerManager: PlayerManager;
|
||||
|
||||
constructor(@inject(TYPES.Managers.Player) playerManager: PlayerManager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue