Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@Rei-x Rei-x released this 30 May 14:58
· 2 commits to main since this release

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.