Skip to content

Releases: AnnsAnns/BETCH

v3 - KING

12 Sep 16:54
Compare
Choose a tag to compare

v3 - King

Bot Invite Here

NOTE: As Discord loves adding breaking changes, you might need to re-invite the bot or give it the permission to create slash commands in order for Slash commands to work properly on your server!

Changelog:

  • Add support for Discord Slash commands
    • This change is quite big and sadly required in order for the bot to function in the future, for more details visit: #26
    • For now we still support message based commands but that might change in the future as Discord currently aims to enforce a total ban on message based commands by April 2022.
  • The WebAPI is now based on a static file and Github action instead of webserver
    • If your application used the WebAPI, this sadly probably broke it, but as server hosting is expensive and maintaining the annoying structure behind the old WEBAPI wasn't worth the effort, I have decided to move to the cheaper alternative of a Github action being triggered in order to update the BETCH error code database.
      • However, given that the WEBAPI was down for about half a year by now, I doubt that anyone actually cares about this breaking the old WEBAPI system ;)
  • Removed a lot of AtlasNX references
  • Rest in Peace AtlasNX
  • A lot of cleanup
  • Relicense the project
  • Add error handling in order to make it run more stable

v2 - Identity

14 Sep 17:15
Compare
Choose a tag to compare

v2 - Identity

Bot Invite Here

Changelog:

  • Added the ability to scrap FS errors
  • Added the ability to scrap Fatal errors
  • Added the ability to convert legacy error codes
  • Added safety check to module names
  • Added funny random status' quotes that change every 1800 seconds
  • Added guild informations on startup
  • Fixed issue with Discord status caused by the discordpy rewrite
  • Added sanity option to scrap()
  • Added edge-case handling
  • Fixed error on unknown modules
  • Fixed error on wrong inputs
  • Moved discord token to config.py
  • Updated the "Unknown" message when there was no description
  • Fixed footer of the embed
  • Removed major chunks of now unrequired code from discord bot
  • Cleaned some code