sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Quoted argument not consumed as single argument
quotes: []. Thats telling the argument parser to ignore quotes
Formatting 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?
Subcommand unintentionally triggers Events.MessageCommandRun
/dpm subcommand is defined as:
```typescript
subcommands: [
{ name: "all", chatInputRun: "dpmAll" },...AutocompleteInteraction options#getUser doesn't exist

Working with interaction SelectMenuBuilder
interaction handler for that , but when i selected , nothing happen , how i can handle event after i select menu
Using Typescript in Sapphire.
GUILD_MEMBER_UPDATE - oldMember & newMember
