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

Releases: 222ryan/Discord-Levels-Bot

RELEASE 1.6 - STABLE

13 Feb 08:46
91d4766
Compare
Choose a tag to compare

PRE RELEASE 1.6
Changes:

  • Updated the Level Up and Role Unlocked message embeds
  • Added command aliases to leaderboard - ['lb', 'leader', 'rankings']
  • Added command aliases to rank - ['r', 'level', 'l', 'stats']
  • New releases are now packaged in a .zip folder

Bug Fixes:

  • Commands are no longer case sensitive
  • Fixed a bug where if a command didn't exist, it would throw and error in console

RELEASE 1.5

13 Feb 07:08
be31d83
Compare
Choose a tag to compare

VERSION 1.5
New:

  • Added Bot's Status & Activity to config.yml
  • Updated main.yml to work with Status's and Activities
  • Removed discord.py's default help command
  • Added a custom help command - (help)
  • Added a config option to enable/disable the custom help command

RELEASE 1.4

13 Feb 04:27
c5e34a9
Compare
Choose a tag to compare

VERSION 1.4
New:

  • New dependency: ruamel.yaml
  • Added config.yml
  • Removed Configs from main.py and levelsys.py (Added into config.yml)
  • Updated main.py and levelsys.py to support the new config system
  • Added install.bat - Installs all required dependencies for the bot automatically
  • You can now set how many users are displayed on the leaderboard
  • You can now customise the progress bar with emojis of your choosing.

Bug Fixes:

  • Fixed new roles messages showing the whole array instead of the role the user unlocked

File Sizes:
main.py - 1kb
levelsys.py - 6kb
config.yml - 1kb

PRE-RELEASE 1.7 (OUTDATED! CLONE FROM MAIN OR BETA BRANCH!)

14 Feb 04:27
17b3c2e
Compare
Choose a tag to compare

PRE RELEASE 1.7
Changes:

  • Added more aliases to !leaderboard & !rank (Adding a config option soon for this)
  • You can now set the leaderboard image via config.yml

PRE-RELEASE 1.6

13 Feb 07:43
78556c8
Compare
Choose a tag to compare
PRE-RELEASE 1.6 Pre-release
Pre-release

PRE RELEASE 1.6
Changes:

  • Updated the Level Up and Role Unlocked message embeds

Bug Fixes:

  • Commands are no longer case sensitive

RELEASE 1.3

12 Feb 11:02
200d376
Compare
Choose a tag to compare

RELEASE 1.3
New:

  • You can now see your level in the stats menu (!rank)
  • You can now see the users level on the leaderboards
  • Leaderboard menu now has a slighty new look

Bug Fixes:

  • Users ranks now get updated in the database
  • Fixed certain messages showing broken placeholders

Total File Size:
main.py - 1kb
levelsys.py - 6kb

RELEASE 1.2

12 Feb 10:31
c5205d0
Compare
Choose a tag to compare

VERSION 1.2

  • Fixed a Major bug where if the bot was shut down and started again the bot would completely break unless you reset the database.
  • All messages now send as an embed.
  • Bug fixes

RELEASE 1.1

12 Feb 07:57
1fd778d
Compare
Choose a tag to compare

RELEASE 1.1

New:

  • You can now customise both the completed xp bar and uncompleted xp bar with emojis of your choosing
  • Renamed XP Bar to Progress Bar

RELEASE 1.0

12 Feb 07:18
d3a12e8
Compare
Choose a tag to compare

VERSION 1.0

  • Fixed Leaderboards not working
  • Fixed Roles not being added after levelling up
  • Fixed XP Bug
  • Fixed LevelUP message not working

PRE-RELEASE v0.9

12 Feb 05:34
8dce33e
Compare
Choose a tag to compare
PRE-RELEASE v0.9 Pre-release
Pre-release

Known Bugs:

  • Level UP message not sending
  • Leaderboard not functioning as intended
  • If a command exists, it'll throw an error in console

New:

  • XP BAR

Coming:

  • Configs
  • Bugfixes