SOGEBOT 10.6.1
Known issues
Bot cannot start after update from 10.6.0
Possibly you have duplicates of settings, which can cause issue after 83eaf5f commit. To solve this issue, download and unzip removeSettingsDuplicates.js into /path/to/your/bot
and run with node removeSettingsDuplicates.js
. Duplicates will be checked and you will need to select values to keep if automated resolution failed.
Bug Fixes
- commons - replace /me if bot is in color-mode (#3268), Fixes community#54 (2dc1f1bb)
- settings - set unique indices for namespace + name (#3263), Fixes #3260 (83eaf5fa)
- songs - add skip button for playlist import (#3267), Fixes #3261, Fixes #3262 (f56223db)
- startup - wait for db connection (#3266), Fixes #3265 (8a109a13)
- tmi - ignore REWARDGIFT event (#3259), Fixes #3256 (7889ece9)