This repository has been archived by the owner on May 22, 2022. It is now read-only.
v1.1.0
Features
- Added
applicationCommandsHintProvider
toSapphireClientOptions
to manageidHints
andguildIds
for application commands. name
(anddescription
for chat input application commands) are optional for application commands. If abscent, it will try to get thename
from the baseCommandOptions
(also known as the piece's name).-
- If
description
doesn't exist inChatInputApplicationOptions
norCommandOptions
, it will log an error and skip it. The same will occur if somehowname
isn't available in any of the options.
- If