Skip to main content

Version 1.1 RC6

· 2 min read
Rapid Rabbit

-Fixed issue where moderation settings were not being applied correctly -Fixed issue where username instead of nickname was being used for the Speak action -Fixed issue where !modclearpromptlog was not working as intended -Created new action "SaveSettings" this action creates a settings.json file in the database path to save all settings, so you don't need to redo them on each upgrade. -To support the new settings.json file, a reference was added to System.Security.dll to provide encryption of the API key for storing in a plain text file -There is also a new action Startup that executes on each run of Streamer.bot. This will re-enable all of the bots commands when run.

To install this version, after importing, navigate to the SaveSettings action. Enter in all of the required information, and then right click on the trigger at the top and hit Test Trigger. Verify that the settings.json file has been created in the bot directory. Update the database path variable under the Startup action. Restart Streamer.bot. Upon restart, everything should be working. For future upgrades, all you will need to do is change your database path under the Startup action, and then restart Streamer.bot, ignoring the SaveSettings action.

Download Release 1.1-rc6