sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Question about slash command user fields
How to set some command is private?
Is it possible to use my own LoaderStrategy?
shouldLoadTsFiles
to true
. Is there a way to do this using sapphire?Only receiving interactions on local machine
Subcommands Broken
PaginatedMessage not changing files
Slash Command - The application did not respond - nothing in console.
unable to generate custom components using @sapphire/cli
.sapphirerc.json
```json
{
"$schema": "https://raw.githubusercontent.com/sapphiredev/cli/main/templates/schemas/.sapphirerc.scheme.json",
"projectLanguage": "ts",...optional argument
await args.pick('user').catch(() => message.author)
await args.pick('user').catch(() => message.author)
error: A compatible class export was not found.
interaction-handlers
and I had them in the folder meant fo listener'sError [ERR_REQUIRE_ESM]: require() of ES Module
Member cache and tracking members
<Guild>.member.fetch()
it returned exactly 10members less than are on the server if I check via Discords member list....wanted to ask if by default theres any sort of limit or sweeping or such with Sapphire.there is not. This is controlled by discordjs. General rule of thumb is ask yourself: is it related to running commands or handling events? Then yes it's possibly Sapphire related. If not, then it's not....
too much errors
~5.4.5
, TS 5.5 broke some serious stuff.
(btw cc @vladdy )...Message commands help
canRunInChannel
function, I checked what's the function was doing and it was a perms error
```ts
async canRunInChannel(message) {...How do I check if it goes "@sapphire/plugin-api"
Bun compatibility
@sapphire/result
and @sapphire/lexure
with Bun, they will "install" but with empty folders as shown below.
Tried --force and --save flags on install but none worked....
How do I make commands only visible to certain users?
No subcommand was matched with the provided command.
Coommands are not registered