TJBotLib 1.2.0
Hot on the heels of the 1.1.0 release, we present TJBotLib 1.2.0!
Scope of Changes
- added new methods for the
language_translation
service:tj.translate()
,tj.identifyLanguage()
,tj.isTranslatable()
- added new
tj.configuration.speak.voice
option to force TTS to use a specific voice. this is useful when there are multiple options for voices given a gender and a language. - revamped console logging, including removing
tj.configuration.verboseLogging
, addingtj.configuration.log.level
, and converting allconsole
calls to use the Winston library