Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@TFAGaming TFAGaming released this 20 Jan 19:57
· 7 commits to main since this release

Features added:

  • Support for developer-only commands (#42)
  • Support for NSFW only commands (#43)
  • Message settings (#48)
  • Guild commands registration (#50)
  • Public and private modes for components (buttons and select menus only) (#51)
  • Autocomplete and global cooldown handlers (#53)

Bug fixes:

  • Voice channel state always returns true in user-info.js command (#45)
  • Not using the .env key CLIENT_ID in deploy.js (#46)
  • deploy.js won't deploy globally when the guild ID is missing for guild commands registration (#52)
  • Modals unable to respond to any of modal interactions (5f4acd5)
  • MongoDB won't connect after the property update (#55)

Other updates:

  • Updated discord.js to v14.14.1 with small changes (c942edc)
  • 3 important changes in one commit: (5f4acd5)
    • Changed the property handler.mongodb.toggle to handler.mongodb.enabled in example.config.js.
    • Moved isSnowflake function to functions.js
    • Updated isSnowflake function from ES5 to ES6.