Skip to content

Releases: Ayaan-Govil/TournaBot

v3.0.1 Update - Several fixes/formatting changes

29 Dec 02:57
7650840
Compare
Choose a tag to compare
v3.0.1 Update - Several fixes/formatting changes

v3.0.0 Update - Revamped help command + more!

22 Dec 10:53
96aa04f
Compare
Choose a tag to compare

With this update, the entire project has been revamped structure-wise. Changes include:

  • Commands are now dynamic (in separate files). No more piling commands into a 2000+ line file.
  • A revamped help command that utilizes embeds and reactions.
  • Levenshtein distance for suggesting commands.
  • Overall fixes/formatting changes.

For the future, I have a few updates to current features such as user tournament results and DQ pinging lined up. Though development for TournaBot is beginning to shift more towards support than features/content, there are still a number of things I want to add before going to complete support mode.

v2.1.0 Update

12 Dec 10:07
c47bbc3
Compare
Choose a tag to compare
  • Moved sendMessage function to functions.js
  • Commented out unnecessary console.log statements within the DQ pinging loop

I am currently working towards moving all of the commands to separate files and creating a proper help command. Expect a big update to the code sometime soon.

v2.0.1 - DQ Pinging Fixes

10 Dec 05:14
7d99dc5
Compare
Choose a tag to compare

Fixed an issue with one-off cases where tournament data isn't found and query logical ordering messing up.

v2.0.0 Update - PLEASE READ

09 Dec 11:20
d3b6b16
Compare
Choose a tag to compare

TournaBot will now be labeled under v2.0.0 to follow semantic versioning rules that I wasn't aware of before. Please note that as development for TournaBot is pushing further, I will be updating it less frequently.

This is the latest stable version of TournaBot that includes fixes for localization and formatting.

v1.2.4 Update - Localization

01 Dec 08:04
74a0968
Compare
Choose a tag to compare
  • Added language localization to most commands/messages
  • Code cleanup and improvements