From 4918c83ac9297c12d09141080947e1ced561cf6d Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Fri, 9 Apr 2021 16:00:38 +0545 Subject: [PATCH] void some stuff --- src/Player.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Player.ts b/src/Player.ts index 88950b5..18c955d 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -54,9 +54,9 @@ export class Player extends EventEmitter { */ this.filters = AudioFilters; - this.client.on('voiceStateUpdate', (o, n) => this._handleVoiceStateUpdate(o, n)); + this.client.on('voiceStateUpdate', (o, n) => void this._handleVoiceStateUpdate(o, n)); - ['Attachment', 'Facebook', 'Reverbnation', 'Vimeo'].forEach((ext) => this.use(ext, DP_EXTRACTORS[ext])); + ['Attachment', 'Facebook', 'Reverbnation', 'Vimeo'].forEach((ext) => void this.use(ext, DP_EXTRACTORS[ext])); } static get AudioFilters() {