sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
@sapphire/type does not work with Bun
v8.h
(see source code). Because Bun is built on JavaScriptCore (JSC) and not V8, we can't make the internal inspecting part available for Bun even with a Rust rewrite."The application did not respond" on bulkDelete message use
/
I don't even see my bot appearing (only the built-in stuff).
Does the code seem fair? I can't see any major mistake that would make it not register...
```js...Sapphire not updating the command

weird behavior with args.*Result after updating to sapphire v5.3.1
[p]base64
cmd, this same setup worked perfectly fine when I was on sapphire 5.2.1 but after updating to v.5.3.1 today weird issues like these are popping up. Did something change in @sapphire/result to introduce this change? because it feels like breaking.
also I tried to check whats changed between @sapphire/result v2.6.6 ... v2.7.1 but it says 465 files changed and trying to browse it to figure out what changed makes chrome on my potato laptop hard crash, so can someone help me figure out around this issue? thanks....- if (getMode.isErr()) getMode = { value: 'decode' };
+ if (getMode.isErr()) getMode = ok('decode');
- if (getMode.isErr()) getMode = { value: 'decode' };
+ if (getMode.isErr()) getMode = ok('decode');

Pieces Framework Inquiry
@sapphire/pieces
Would the pieces framework work outside of a discord.js (or discord related) project? I'm looking to add a module framework for my Electron IPC functions....@sapphire/plugin-i18next FallbackLng Error
SchemaStore narrowed to never
never
:
```ts
import { SchemaStore, Schema } from "@sapphire/string-store";
const Id = {...
how to pass variables from one interaction into the next?
@sapphire/plugin-api Methods Error
@sapphire/plugin-api@v7
Google Cloud Run not logging into the bot

interaction.channel is null in slash commands
[email protected] type level problem

Context Menu not working
Scheduled Task Does Not Remove on Fail
Precondition not running
preconditions
folder, just the same
The log message is not my own.
2024-11-02 22:59:01 - [WARN] preconditionUnavailable - The precondition "OwnerOnly" is not available.
...Dilemma 😫
Paginated Message actions issue

Space separated arguments
messagePreParse
that allows spaces as separators and it ended up parsing options and flags way faster than default while still providing me the info I needed.After testing and finally feeling comfortable with it, I continued exploring Sapphire and added the subcommands package, quickly realizing they weren't compatible, as Subcommand's
PreParseReturn
only accepts types that extend from Args
and mine would return a different (simpler) kind of object.
So I've been dealing with this for a few days and I'm trying to figure out what would be the optimal approach as Lexure doesn't support spaces as a separator for options (I think?)....New component under a PaginatedMessage
