mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +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
|
@ -13,6 +13,8 @@ export default class implements Command {
|
|||
['shuffle', 'shuffles the current queue']
|
||||
];
|
||||
|
||||
public requiresVC = true;
|
||||
|
||||
private readonly queueManager: QueueManager;
|
||||
|
||||
constructor(@inject(TYPES.Managers.Queue) queueManager: QueueManager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue