Skip to content

2.4.0

Choose a tag to compare

@AnimatingLegend AnimatingLegend released this 11 Feb 04:47
· 68 commits to main since this release
292ce1e

[2.4.0] - [2026-02-10]

Complete Source Code Overhaul:

  • All of your bots code is stored in the new source directory.
  • You can now put events in sub-directories.
  • The database directory is now separate from utils.
  • Logging Overhaul:
    • Code is now being logged with winston, instead of the regular console.log().
    • Added icons with colors to differentiate what is being logged:
      • error = Red
      • warn = Yellow
      • success = Green
      • info = Blue
      • debug = Magenta
    • Made logging more clean and concise. (no more jumbled up logging!)
    • Separated logging logic to whatever is being logged.
  • Bot Client Overhaul: