diff --git a/src/client/voice/VoiceBroadcast.js b/src/client/voice/VoiceBroadcast.js index 76513d86a..beb57fd06 100644 --- a/src/client/voice/VoiceBroadcast.js +++ b/src/client/voice/VoiceBroadcast.js @@ -35,6 +35,11 @@ class VoiceBroadcast extends VolumeInterface { this.client = client; this._dispatchers = new Collection(); this._encoders = new Collection(); + /** + * Whether playing is paused + * @type {boolean} + */ + this.paused = false; /** * The audio transcoder that this broadcast uses * @type {Prism}