sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Precondition results
Is it possible to add some sort of custom property to commands that can be checked in a precondition
requiredRoles: ['ADMIN','MODERATOR']
?eslint config?
Disable slash command in MP
runIn: "GUILD_ANY",
...`ApplicationCommandType` TypeError
extended property not autocompleting in vscode
container.db = new Database()
, the autocomplete not showing and always underlining in red color the db
property.
sapphiredev/examples
Performance in interaction-handlers
Testing Routes
Help with sappphire auth
How to wait that the initialization of the ApplicationCommandRegistry is finished
Does Custom Piece auto-loaded?
Stop sapphire from automatically loading pieces
baseUserDirectory: null
in your client options to disable loading, this is one of the steps at registering and loading virtual pieces.What is the role of a Piece and a Store in SapphireJS?
Encountered error while handling an interaction handler run method.
Use Prisma with SapphireJS
Preconditions in Interaction Handler
Difference with dev and prod > The application now has 0 global commands
nodemon src/Bot.ts
- everything works as expected, the bot is online and responsive, with 4 global commands.
When I run my build command tsc
- the build is successful...text command triggered by mentioning bot (no command name)