2.1.2
Thanks to our testers and community for the continued support
Features
Twitter Integration
- You can now link your twitter account to Glimboi. This allows you to send going live tweets in the same manner as Discord and Guiilded.
- You can also tweet via command action!
Commands
- Added Tweet command action. You can send a predetermined message or use variables to customize it. Use caution if you use a variable that takes in input from chat. You are responsible for anything sent from your account even if a viewer sends the message!
- Added the disable property to commands. You can prevent a command from being used. Applies to all ranks including your own.
Notifications
- Added a toast style notification. This will not require user input and will disappear after a few seconds.
Fixes
- Fixed an issue where the @ symbol was being sent twice in the duel chat game.
- Fixed an issue where the name of the streamer could be incorrect if a channel ID was requested.
Performance and Backend
- Loads of code cleanup.
- Created reusable OAuth module. Twitter and Glimesh now use this as needed.
- Removed code to help track down disconnects. Was fixed a while back
- Removed duplicate dependency popper.js
- Glimboi no longer requests a token while in dev mode. Sorry for the 1k+ requests over the past year :)
- Removed html.ts. This was used for template like injections and was unneccassary.
- Removed a bunch of async functions that didn't require async.
- Optimized the bot startup time.