Require user to be in voice channel

This commit is contained in:
Max Isom 2020-03-19 17:39:55 -05:00
parent 362ce89987
commit 4659717e5f
12 changed files with 42 additions and 9 deletions

View file

@ -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;