Skip to content

Releases: StrapBot/StrapBot

v4.1.0

25 Aug 16:10
41bc107
Compare
Choose a tag to compare

Changelog

  • Added custom commands
  • Removed moderation commands for now as they're broken at the moment

Full Changelog from the previous version: v4.0.1...v4.1.0
Full Changelog from the last minor version: v4.0...v4.1.0

v4.0.1

19 Aug 11:06
323989b
Compare
Choose a tag to compare

This version just fixes a few bugs on the updater and on the Markov chain.

Full Changelog: v4.0...v4.0.1

Note: This time, you may need to run sb.update debug for the update to actually work. This has been fixed on this version

v4.0 Rewrite

11 Aug 19:23
ca9b43d
Compare
Choose a tag to compare
This took a very long time, but I think it is finally ready for a new release.

What about v3.0? Before rewriting, I was making a lot of changes to the bot, including application commands, and was pushing them on this branch. That branch was meant to be StrapBot v3 and, back then, the discord.py development was stopped. But, when discord.py v2 got back into development, I realized this bot needed a full rewrite as the library was being developed, because I would have had to fix too many things for the bot to work correctly.

Changelog

  • Full bot rewrite;
  • Added application commands;
  • Rewritten translations and settings;
  • Better database management;
  • The help command now uses buttons;
  • There will not be errors in case of missing translations. Instead, there will be a placeholder message;
  • Added an updater that will update the bot on new releases;
  • Added message generation using the Markov chain;
  • Removed the music feature.

Full Changelog: https://github.com/StrapBot/StrapBot/commits/v4.0

Breaking

The only actual breaking change is on how the MongoDB database is managed. To avoid problems, you definitely should delete the old database before updating.

Legacy v2.2

13 Jan 18:49
Compare
Choose a tag to compare

Changelog

  • Music works better now.
  • Replaced send to reply.
  • Renamed Context to StrapContext
  • StrapContext.get_lang() does no longer require class.
  • Moderation commands are fully translated!
  • VoiceState now works globally.
  • Removed Herobrine

Legacy v2.0

28 Oct 19:57
Compare
Choose a tag to compare

This is one of the versions that almost completely change the bot.

Changelog

  • Added multi-language support.
  • Revamped help command. Now it is completely automatic!

Legacy v1.1

27 Sep 07:01
Compare
Choose a tag to compare

Changelog:

  • Added MongoDB support.
  • Help command is no longer buggy on mobile phones.
  • Added an app.json file for deploy.

More stuff is coming soon™