sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Precondition and InteractionHandler
Autocomplete handler not working
.setAutocomplete(true)....How can I use shard
Sapphire keeps binding to ports
How to remove image from interaction reply when using a paginator?
files option to an empty array on any pages where you don’t want an imageAutomatically delete a old slash command that has been renamed?
Commands won't be registered
sapphire type does not install on Node 19 [2]
sapphire new command, The same happens with npm too?How to make custom sub command

Detect HMR Reload
ChannelTypes not detected as a difference in slash commands
Refresh Commands
shapeshift's default with respect to surroundings
s.object({
name: s.enum("A", "B"),
other: s.object({ name: s.string }).default(/** if name is "A", default is { name: "abc" }, if name is "B", default is { name: "cba" }
s.object({
name: s.enum("A", "B"),
other: s.object({ name: s.string }).default(/** if name is "A", default is { name: "abc" }, if name is "B", default is { name: "cba" }
when, You'll be able to do it like this
```ts
s.object({
name: s.enum("A", "B"),
other: s.object({ name: s.string }).when('name', {...Command File & Directory Parsing
commands/music/index.ts & commands/music/playlist.ts.
What index.ts would be, is the "base command". Basically my question is how can my command handler be similar to Skyra's. If manipulating the framework won’t work, will using node:fs do the trick? Any links or documentation would be appreciated!...Is there a way to update all sapphire packages instead of going one by one?
yarn upgrade --interactive
yarn v3: yarn upgrade-interactive
npm: npx npm-upgrade
pnpm: pnpm dlx npm-upgrade
...
sapphireplugin-subcommands can't catch error?
Type 'DeveloperOnly' is not assignable to type 'PreconditionEntryResolvable'.
Type '"DeveloperOnly"' is not assignable to type 'PreconditionEntryResolvable'.
Type '"DeveloperOnly"' is not assignable to type 'PreconditionEntryResolvable'.
src/commands/eval.ts. With a precondition file at src/preconditions/DeveloperOnly.ts with the content https://hst.sh/ufunolenip.typescript . index.d.ts exists with the following content https://hst.sh/gikuhixani.typescript . Eval starts with the content https://hst.sh/sagivaqahe.typescript .
...
TypeError Cannot read properties of undefined (reading 'CHANNEL_CREATE')
@sapphire/framework and discord.js)
However when I do npm start I get the error....sapphire type does not install on Node 19 [1]
@sapphire/type from deps, or downgrade to v18
