Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

2.0.2 - RELEASE!

Compare
Choose a tag to compare
@222ryan 222ryan released this 01 May 13:01
· 11 commits to main since this release
cb90a35

A new version has released with some quality of life adjustments and bug fixes!

New:
[+] Added a new config option to pick if the bot should add users to the database when the bot starts, or if it should be handled via the on_message event. This is to improve performance with those with bots in larger servers.
[+] Added a new file called insert.py with a function called userField that lets you insert a user into the database

Changes:
[+] The guild's name is now displayed on the global leaderboard
[+] The Blur command now has a set cap of 10 as anything higher starts looking bad (it eventually turns black after going too high)

Fixes:
[+] Fixed a bug that caused the bot to break if a channel set as a talk channel was deleted
[+] Fixed a bug that caused the bot to break if a channel set as the main channel was deleted
[+] Fixed a bug that caused removing talk channels to not work while using the MongoDB option
[+] Fixed a bug that caused the leaderboard to break if the last page had less than 10 users