Skip to content

v1.2.0

Compare
Choose a tag to compare
@Lowie375 Lowie375 released this 28 Nov 04:12
· 22 commits to main since this release
703f648

Gyromina v1.2.0 has been released! 馃幉

Notable changes:

  • Added the roll command
  • Upgraded to discord.js v13.3.1 + Node v16.6
  • Integrated slash command support (via deploy.js in systemFiles), effectively adding the /help, /info, /ping, /pong, and /uptime aliases as well as the /getprefix command
  • Added HSL, HSV, and legacy colour name support to colour
  • Made a bunch of QoL + backend changes
    • Added more dynamic options for preset poll types
    • Added a server-toggleable limit to custom poll sizes for anyone without permissions or a "poll" role
    • Added globalArrays.js to systemFiles for array storage + usage
    • Moved some more frequently used code blocks to new global functions for easier access + use
    • Streamlined rejection message formatting (for Gyromina-thrown custom errors) + made rejection messages easier to understand
    • Changed some boolean-handled numbers to booleans for ease of use
  • Deprecated release + removed the deprecated request dependency
  • Patched a bunch of bugs + tidied up a ton of things all around