Now you can modify speech options after addSpeechEvent!
Example here:
const speechOptions = addSpeechEvent(client, { lang: "pl-PL" });
speechOptions.lang = "en";
Also, now events are exported in SpeechEvents
object.
Now you can modify speech options after addSpeechEvent!
Example here:
const speechOptions = addSpeechEvent(client, { lang: "pl-PL" });
speechOptions.lang = "en";
Also, now events are exported in SpeechEvents
object.