Skip to content

SOGEBOT 5.10.0

Compare
Choose a tag to compare
@sogehige sogehige released this 20 Dec 14:28

ADDED

  • PARSER - eval now have access to lodash _ and users
  • WEBHOOKS - support for followers
  • UI - viewers have more reset options
  • TWITCH - $viewers count to host event
  • SUBSCRIBERS - current subscribers count is getting from API
  • ALERTS - add html type support for !alerts
  • GAMBLING - added gamblingChanceToWin settings to set your winning chances
  • OAUTH - added broadcaster_oauth to config, without it, bot will lost host event and subscribers count
  • WIDGET - eventlist settings for number of showing events - widgetEventlistShow

CHANGED

  • GAMBLING - !roulette will use 2 messages, trigger message, after 2 seconds fire message with potential timeout. If you made any changes to roulette translations, revert and see changes made in translation. If you want to use only 1 message, make trigger message empty
  • API - some api calls was changed to new twitch api where applicable
  • PARSER - removed (uptime) filter, format of uptime can be changed in custom translations
  • PARSER - (param) filter changed to $param
  • FILTERS- changed (!command) arguments behavior -> (!command arg1 arg2) - without dots
  • POINTS- commands now support username begin with @

FIXED

  • STATS - several stats in quick stats ui may be shown as NaN
  • PARSER - random in eval might be not properly initialized
  • PERMISSIONS - custom permission is not deleted when command is removed
  • EVENTS - fix issue with quiet run-command throwing username error
  • UI - long usernames in eventlist may be unreadable
  • UI - fixed issue on custom translations, where local variables may be doubled
  • UI - fixed issue where local variables are not properly parsed - $ticketsName -> $ticketsName
  • ALERTS - fixed image positioning with x-offset, y-offset
  • FOLLOWERS - fixed issue with bot following a channel
  • MODERATION - fixed issue where alias of !songrequest will get link timeout
  • MODERATION - blacklist and whitelist was not properly loaded on bot start
  • MODERATION - fix warning count in timeout reason messages
  • WIDGET - fixed ytplayer widget changing vollume
  • WIDGET - fixed not loading next song if playlist and songrequests are empty
  • SONGS - fixed error when playlist is empty
  • RANKS - fixed wrong rank get to user and set -Infinity% to next rank

NEW COMMAND

  • !time to get current streamers time in his timezone

NOTES