Releases: ZBAGI/twitch-parrot
Releases · ZBAGI/twitch-parrot
2.8.0
Bugfixes
- There is no need to change pronunciation of both
@nickname
and nickname
anymore.
Added
SAY_LINK
method that automatically changes all links into short domain names
2.7.0
Bugfixes
- Pronunciation no longer require lowercased only input to work
Added
- Option to ignore some users (ie. bots)
Thanks @zomle
2.6.0
Added
!voices
command to change own voice
SAY_ALLOW_VOICES
, SAY_COMMAND_VOICE
.env settings to customize own voice settings
- More informative startup logs
Bugfix
- Fixed race condition which caused
User said
to be separated from the message of that user if two or more message were send at once.
2.5.1
Bugfix
- Incorrect removal of entries in
pronunciations.json
2.5.0
Added
- Added pronunciation system. After startup, the file
pronunciation.json
will be created, where you can replace the default pronunciation of words. Additionally, SAY_COMMAND_PRONOUNCE=!pronounce
was added to specify command that chat moderators can use to add modifications.
- Added cache system to save some AWS quota
Bugfix
- Previous volume system incorrectly modified buffers
2.4.0
Added
- Option to control volume
- Possibility to set command to nothing which results in TTS for every chat message
2.1.0
Added
!play
command that allows to play sound bites from sounds
folder.
Only wav
sounds supported. Usage: !say FileName
will play FileName.wav
from sounds
folder ( customizable via PLAY_FOLDER
)
2.0.2
Bugfix:
pkg
incorrectly packaged dependencies causing executable to not work without node_modules
Added
- File logging upon unexpected error ( folder
errors
will appear upon first crash )