remove this

This commit is contained in:
akirilyuk
2022-02-01 16:02:37 +01:00
parent f2421bb3dd
commit e20c472bd2

View File

@@ -111,7 +111,7 @@ class TaskGather extends Task {
if (!this.killed) startListening(cs, ep);
});
}
else this.startListening();
else startListening();
if (this.input.includes('speech') && this.listenDuringPrompt) {
await this._initSpeech(cs, ep);