sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
[SOLVED] quick question; does sapphire defer replies?
@sapphire/framework
interaction.deferReply()
when needing it, ive only used it for eval
so far thoInvalid Form Body (or at least something like that) When the bot tries to register a new command
Unable to import `CommandDeniedPayload` in @sapphire/framework v4.0.2
@sapphire/result error in v4
@sapphire/result
One of the error is:
```...Slash Command with Subcommand Plugin doesnt registering
Quoted argument not consumed as single argument
quotes: []
. Thats telling the argument parser to ignore quotesFormatting Dates
``ts
let ratelimit = manager.acquire(interaction.guild.id);
// reply -> String
Please try again in ${new Date(ratelimit.expires - ratelimit.remainingTime)}`...Shared handler
InteractionHandler
to handle buttons and select menus together?Why is there no documentation for @sapphire/cron? Is it dead? Is there a good alternative?
Looking for a example of i18n plugin's applyLocalizedBuilder
define global variable on start up
error handler
How to create a store
Why should I use @sapphire/shapeshift instead of zod? What is the difference?
@sapphire/shapeshift
instead of zod
? What is the difference?Hi I am getting a permissions error when trying to run docker-compose up
How can I add a slashcommand only for a specific Guild?
guild
, guild_id
parameter. any ideas?TypeScript watch and starting bot taking over a minute
pnpm tsc --outDir dist/ -w src/*.ts
and updating once of my source...How to get SubCommand Ids
Error on Login with I18next Plugin
include: ['src/**/*.json']
Create store for helper classes to access them through the container for hmr to reload it?