Releases: Ayaan-Govil/TournaBot
v3.0.1 Update - Several fixes/formatting changes
v3.0.1 Update - Several fixes/formatting changes
v3.0.0 Update - Revamped help command + more!
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
- 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
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
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
- Added language localization to most commands/messages
- Code cleanup and improvements