sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Adding a command to a guild after client is ready.
Emoji In Context Menu Command
I'd expect emojis to work when registering the command, I'm guessing this might be a bug with the name validation that Sapphire does?Sapphire doesnt validate names. DiscordJS does. so you'll have to go there it's part of @discordjs/builders...
commandDenied Event not Fired
HMR plugin error
Recognising "hidden" in CommandOptions
options
parameter to make it recognise hidden: boolean
? I was thinking something like options: Command.Options & {hidden: boolean}
but it didn't work. Thanks!...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 EnvArray
Error: 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 => {...