Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@J-umpy J-umpy released this 17 Mar 01:12
8945c59

Changelog:

  • Complete rewrite of most code (backwards incompatible with old versions)
  • Significant performance improvements
  • Dedicated error-handler (allows for the removal of many try/except statements, which eases CPU and memory burden)
  • Fixed a few bugs related to the poll, mute, and help commands
  • Added comments throughout the code to explain different functions
  • Added mute command
  • Added avatar command
  • Added multiple prefix support
  • Pineappleboard and welcome are commented out currently and their variables are removed from the .json, however they should theoretically work if uncommented and the appropriate variables are added to config.json
  • Removed the Bot Owner settings because a new system was added for keeping track of the bot owner

Thanks to @EvieePy for their open-source error handler and @Neeko-iko for showing me how to use the OS module