Skip to content

v1.4.0

Compare
Choose a tag to compare
@pakkographic pakkographic released this 06 Sep 20:12
· 13 commits to dev since this release

✨ What's new?

We're thrilled to announce developers brand new tools that will keep making their apps, easier to use, intuitive, and make them more productive while making them focus on what matters the most. This change log surely doesn't list everything, but it lists the most important changes that we've made in a simple way.

Major changes:

  • Application Commands: a brand new way to interact.
    • Command registering including different scopes (global, guild, user) and their bulk equivalent.
    • A wide variety of command option types: string, integer, float, number, signed 32bit integer, user, role, channel, embedded attachment, boolean, emote, all of them making the options safe to utilize (type being verified internally).
    • Standardized Slash Commands, no more prefix annoyance for users! Set an application short name, defining how you'll execute your commands.
    • Introducing Reply Commands, simpler, intuitive, making the process of executing commands seamless by removing the application short name when replying to the sele
      cted app.
    • and. way. more..
  • Gateway Intents (layer)
  • Message components (including button support natively integrated, working using Command Interactions)
  • Data collection, a way for us to improve the library far beyond the limits, to opt out, request data removal, or see what we collect, learn more.

⚠️ Warning: to continue working with different events, please enable the correct intents.

Learn more about Application Commands.
Learn more about components.

Additions:

General

Modifications:

General

  • Updated dependencies.

Contributors: