Skip to content

Releases: robloxxa/ayantwitchbot

StreamCompanion Support v1.2.0

09 Aug 16:35
63dcd85

Choose a tag to compare

PLEASE REMOVE commands/defaultCommands AND RESTART BOT IF YOU HAVE ANY TROUBLES WITH COMMANDS

New Features and Changes

  • Added StreamCompanion support, now you can use StreamCompanion instead of Gosumemory

    Its recomended change gosuPort to 20727 if you are going to use StreamCompanion

  • Patch notes in console is now more pretty Hello from console (Thanks reymadness for the idea)
  • client.ojsama is now have ojsama module inside it
  • discordrpc now have to separate folders discordrpc and discordrpcws
    • discordrpc is using http requests and work with both gosumemory and streamcompanion
    • discordrpcws is using websocket and only works with gosumemory

Bug fixes

  • profile command was outputs error when called without profile link

Twitch chat Timeout and new Custom Commands v1.1.1

06 Aug 07:05
7f20ff8

Choose a tag to compare

New Custom Commands

This commands will not come with update, you need to download them manually from here
https://github.com/robloxxa/ayantwitchbot/tree/artifact/commands

New Features and Changes

  • Now bot will run another command only after 1500ms (By default) from last command execution to prevent command spam
    • Added timeout value in config.json
  • Bot will output patchnotes from last release if he got response from github (Hello from console)
  • Added gosuPort value in config.json
  • Added 'skin' alias to currentskin.js

Bug fixes

  • Fix modOnly check (commands with modOnly: true didn't work for channel owner)
  • Fix gosumemory rankedstatus parser

Some improvement for custom commands v1.1.0

03 Aug 14:44
777f090

Choose a tag to compare

  • Now loadCommand function call *customcommand*.init() if its exists so you can initialize anything without calling command from twitch chat
  • Added error handling in Twitch Message Event so commands won't crash a bot
  • Some small QoL improvements and Bug fixes

First Release!

03 Aug 09:28
6fdcda3

Choose a tag to compare

Finally!
Be sure to open issue if you encounter some bugs