sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Interaction user locale first
TFunction from i18next based on the user locale first and not the guild one
Is there a way to do this?...not working
3. I dont have a main propertyyou say you following the guide but......
Hybrid commands
@skyra/env-utilities is not assignable to parameter of type 'never'
ArrayString you need, not EnvArrayError: Request aborted manually
@sapphire/async-queue package and I came across an issue where calling the abortAll method led to a "Request aborted manually"-error.
Attached is the stack, in case that helps....
A compatible class export was not found.
Is it possible to use discord.js-light with Sapphire?
Is Sapph.xyz bot related to this project/community?
Typing the Err generic of Result to be empty
Result.err() without any parameters? f.e. ```ts
function myFunction(): Result<true, ???> {
if (condition)
return Result.ok(true)
else...unknown, you can see Result.err() returns Result<unknown> (https://github.com/sapphiredev/utilities/blob/cc78f17390c7f3db08af92bf46a5a70a9c11dd5f/packages/result/src/lib/Result/Err.ts#L187-L202)Added new options to slash command; not being reflected on discord

Handle Crash on DiscordAPIError[50001]: Missing Access
"dm_permissions: false" dont work
How do i make an entire array an autocomplete?
Error when adding a String option
..addStringOption I get a error of ExpectedValidationError > s.instance(V). It works with adding a user option, but not a string option?
```js
.addStringOption(option => {...[SOLVED] quick question; does sapphire defer replies?
@sapphire/frameworkinteraction.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

