mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-07 21:22:41 +02:00
Require user to be in voice channel
This commit is contained in:
parent
362ce89987
commit
4659717e5f
12 changed files with 42 additions and 9 deletions
|
@ -17,6 +17,8 @@ export default class implements Command {
|
|||
['seek 1:00:00', 'seeks to 1 hour from beginning of song']
|
||||
];
|
||||
|
||||
public requiresVC = true;
|
||||
|
||||
private readonly playerManager: PlayerManager;
|
||||
private readonly queueManager: QueueManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue