Skip to content

Tester69 Version 1.2.5

Latest
Compare
Choose a tag to compare
@Majestic-dev Majestic-dev released this 29 Mar 09:14
· 21 commits to main since this release

Warning

With this release the project has switched it's python version to 3.12.1 due to certain features, that means this project will NOT work without 3.12.1

Warning

This is an early release of v1.3, but due to the economy system still not being interactive enough, I've decided to name it v1.2.5, because there are still some bigger changes that could be marked as a release

What's Changed

  • Changes in codebase

    • Everything is now logged to a separate file
    • Refactored everything to be in snake_case (why everything? idk)
    • Created a file for custom error throwing, currently only used for cooldown management, but maybe something else in the future
  • Features related to guilds

    • Added a giveaway system (including ending the giveaway immediately, rerolling the giveaway, etc.)
    • Added a ticketing system, this includes creating a panel and customizing it, and even editing the panel after
  • Economy

    • Added a new and unique mining system, which is fully customizable through the JSON file
  • Database

    • Added a separate database for the giveaways
    • Added a function to create a database backup
  • Paginator

    • Stopped using the old paginator and created my own one
    • Paginator consists of 5 buttons, where the middle button acts as a "stop" or a "jump to page" button

Full Changelog: v1.2...v1.2.5