v2.2.5 - Milestone preparation
HLU has been added to nearly 100 servers! Here's a small patch to make the public bot compliant with Discord's bot verification program guidelines, as well as fix a few issues that have surfaced over the past few months.
Changes
-
Changed AutoSession to fully disable itself after prolonged failures
After AutoSession fails to connect to your server for 100 iterations in a row (roughly 24 hours), it now automatically disables itself, without warning, requiring you to manually turn it back on. -
Miscellaneous...
-- Added weapon names that were added or changed in U14.5
-- Reduced the likelihood of a timeout occurring while connecting to distant servers
-- Fixed an error that could occur when exporting a scoreboard
Update guide for self-hosters
- Removed developer mode
UnlockDeveloperCommands
andCommandPrefix
have been removed from the config. The bot can no longer be configured to use any priviliged intents and the command prefix has been replaced in favor of mentioning the bot at the start of your message.
git fetch --all --tags
git stash
git checkout v2.2.5
git stash apply
Your config.ini
will likely have conflicts! Resolve those first, then close and reopen the bot.py
file.