voice: add ability to delete broadcasts

This commit is contained in:
Amish Shah
2019-03-23 12:52:18 +00:00
parent 9a092b6e57
commit 6adb0a6609
2 changed files with 12 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ const { Error } = require('../../errors');
/**
* Manages voice connections for the client
* @private
*/
class ClientVoiceManager {
constructor(client) {