mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
voice: add ability to delete broadcasts
This commit is contained in:
@@ -8,7 +8,6 @@ const { Error } = require('../../errors');
|
||||
|
||||
/**
|
||||
* Manages voice connections for the client
|
||||
* @private
|
||||
*/
|
||||
class ClientVoiceManager {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user