Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@bitomic bitomic released this 27 Feb 20:42
· 56 commits to main since this release

Features

  • Added applicationCommandsHintProvider to SapphireClientOptions to manage idHints and guildIds for application commands.
  • name (and description for chat input application commands) are optional for application commands. If abscent, it will try to get the name from the base CommandOptions (also known as the piece's name).
    • If description doesn't exist in ChatInputApplicationOptions nor CommandOptions, it will log an error and skip it. The same will occur if somehow name isn't available in any of the options.