mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 12:11:35 +02:00
Fix position tracking bug and catch ffmpeg errors
This commit is contained in:
parent
e1c9f988c3
commit
dc70a37e96
2 changed files with 35 additions and 15 deletions
|
@ -16,7 +16,8 @@ export default class implements Command {
|
|||
public name = 'queue';
|
||||
public aliases = ['q'];
|
||||
public examples = [
|
||||
['queue', 'shows current queue']
|
||||
['queue', 'shows current queue'],
|
||||
['queue 2', 'shows second page of queue']
|
||||
];
|
||||
|
||||
private readonly playerManager: PlayerManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue