sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Can't type custom precondition (?)

how can i create modal and show to user
Error [UNLOADED_PIECE]: The piece 'CoreReady' does not exist.

Listeners not working at all
listeners folder seem to work and I can't find a reason that would cause this to happen.
My folder structure is:
```
src/...Why in line 79 for src/preconditions/ClientPermissions.ts is there `PermissionsBitField | null`?
PermissionsBitField | null. I also noticed this could be avoided, assuming the types weren't lying to me from channel.permissionFor(me)....args.pick issue
Sapphire not saving the changes for reaction role messages

Using bun with @sapphire/framework
Arguments Issue
if the user is null because sapphire is taking it like the third argument I think, how can I fix this?...Sharding Error
i18n applyLocalizedBuilders Options
Set Prefix Tutorial? I'm bad at JS

Question about cooldowns
Command `admin.ts` not being registered in the command registry
Encountered error while handling the command application command registry for command "admin" at path "~/dist/commands/admin.js" ExpectedConstraintError > s.string.lengthGreaterThanOrEqual
this is what the admin.ts looks like: ```ts
ApplyOptions<Command.Options>({
name: 'admin',...Question
i18n options are not considered
resolveKey() method i18n wont consider my passed options....i18n format issue
Issue with pnpm (A type annotation is necessary)
The inferred type of 'parse' cannot be named without a reference to '.pnpm/@sapphire+result@2.6.4/node_modules/@sapphire/result'. This is likely not portable.A type annotation is necessary.ts(2742)
I saw this error before but how can I fix it. I don't want to switch to Yarn.
I have set this line, but this is not helping
...