📢 PhantomBot v3.7.2.3 is now available as a stable build.
⚠️ The new /shoutout
API requires a new scope. The Broadcaster (API) token must be re-authed
⚠️ 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 new formulas (pointtouser true)
and (touser true)
, which will output an empty string instead of defaulting to the sender if no target user was provided when issuing the !command (gmt2001 gmt2001#227)
🌀 Changed:
➡️ Nothing changed
🛠️ Fixed:
➡️ Fixed an issue where it was only possible to add timer notices to the first group via the panel (gmt2001, reported by bastisawesome #3062)
➡️ Fixed an issue where after deleting a timer notice from the panel, the notice IDs would not update, potentially making further editing or deletion of notices via the panel not work properly until the timer group 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.