Skip to main content

V8.0.3.1

ยท 2 min read

Hi everyone! This is a really technical release, that will future-proof QuaBot to grow beyond 1.500 servers. At that point, the bot needs to split itself into multiple processes and this release fully prepares it for that.

  • Rewrote loads of startup process for the bot's backend. This allows the bot to handle sharding better without causing issues later on. This is not yet relevant, but allows QuaBot to grow indefinitely and way beyond 1500 servers. #gettingthefutureready
  • Fixed an issue with shards where the gateway closed if the bot started with more then one shard.
  • Fixed a crash when using certain commands and features whilst shards are spawning.
  • Rewrote the various module update handlers. Should now be more accurate, have better performance and handle dashboard-side updates better.
  • Created a new Timed Roles system. Note: this might retroactively add a lot of timed roles in large(r) servers. This might cause logs spam or timed role message spam. Sorry in advance, just a sign the new system works!
  • Fixed a long-standing issue with vote reminders: they will no longer send twice in wierd edge-cases whenever you had them enabled on bot startup and then toggled them a few times.
  • Revamped the /help command.