📢 PhantomBot v3.7.1.2 is now available as a stable build.
⚠️ The URL for the OAuth page has been normalized. If OAuth authorization is failing, please check the redirect URI in the Twitch Developer Console exactly matches the URI provided in step 1.6 on the OAuth setup page
✅ Added:
➡️ Added console output when attempting to use DiscordAPI while the connection is not CONNECTED, indicating the connection state and the last disconnect reason (gmt2001)
🌀 Changed:
➡️ Changed DiscordAPI to re-pull the current Guild ID when it is not set, and to print messages to console when doing so (gmt2001)
➡️ Changed Discord !command processing to use Twitch isAdmin
status as a fallback for the Discord isAdmin
check, if the sender has completed !account link
(gmt2001)
➡️ Changed the panel to update all data tables without resetting the table page (gmt2001)
🛠️ Fixed:
➡️ Fixed an issue where TwitterAPI was not returning the User ID of the tweet author when checking for tweets which @mention the broadcaster (gmt2001)
➡️ Fixed an issue where the Channel Points Rewards/Redeemables tables did not update unless the page was reloaded (gmt2001)
🗑️ Deprecated:
➡️ com.gmt2001.HttpRequest
is Deprecated and should not be used for new development. com.gmt2001.httpclient.HttpClient
should be used instead
➡️ tv.phantombot.PhantomBot.getProperties()
is deprecated and should not be used for new development. tv.phantombot.CaselessProperties.instance()
should be used instead
➡️ com.gmt2001.TwitchAPIv5
is Deprecated and should not be used for new development. tv.phantombot.twitch.api.Helix
should be used instead
➡️ The rhino_es6
flag in botlogin.txt is deprecated and will be removed in the future. It should be left in the enabled/default state
🛑 Removed:
➡️ Nothing removed
🐞 Known Issues:
➡️ The new Twitter SDK only supports TwitterAPIv2, which does not support Media Uploads, so the Twitch Thumbnail is not uploaded to tweets anymore by twitterHandler
🌐 Download It:
➡️ Downloads attached to the bottom of this release notice
❗ Remember to install to a separate folder, then copy over the config dir, as well as any custom scripts or files in addons
➡️ PhantomBot official builds are available on GitHub Container Registry at ghcr.io/phantombot/phantombot and ghcr.io/phantombot/nightly-build
➡️ PhantomBot official builds are available on DockerHub at gmt2001/phantombot-stable and gmt2001/phantombot-nightly. See the readme text on the appropriate Docker Hub pages for Docker Compose files
🗒️ Notes:
➡️ We have guides on PhantomBot. You can contribute by submitting a Pull Request adding or editing .md files in the /docs/guides/content folder of the repo. See the guides for info about formatting.