sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
API Placeholder in Route
request.params.id
, replace id
with whatever you put in :id
...TypeError piace.aliases is not iterable
API Client with SSL?
Context Menu Command and Subcommand cannot be in same extended class?
Subcommand
called give-role
with two subcommands - one
& multi
.
The file name is give-role.ts
Now I also want a Context Menu command named Give Role
within same give-role.ts
...UserErrors not being caught by listener - bot is crashing
Subcommand isn't running
How to properly handle UserErrors?
contextMenuCommandDenied.ts
and thought that would handle it but I don't get a response and the error is shown in the logs....Can I set different requiredUserPermissions for each subcommand?
Handling BulkOverwrite Registry Errors
[ERROR] ApplicationCommandRegistries(BulkOverwrite) Failed to overwrite guild application commands for guild 1********* DiscordAPIError[50001]: Missing Access
[ERROR] ApplicationCommandRegistries(BulkOverwrite) Failed to overwrite guild application commands for guild 1********* DiscordAPIError[50001]: Missing Access
Events for Voice
How do I use autocompleteRun on subcommands?
Message editing fails even though message can be fetched
[ERROR] Encountered error while handling an interaction handler run method for interaction-handler "release_card" at path "/home/developer/Wishbot/src/interaction-handlers/release_card.js" DiscordAPIError[10008]: Unknown Message
[ERROR] Encountered error while handling an interaction handler run method for interaction-handler "release_card" at path "/home/developer/Wishbot/src/interaction-handlers/release_card.js" DiscordAPIError[10008]: Unknown Message
Problem with ephemeral messages
Is recommend have split autocomplete handlers
Quick question regarding application descriptions
</price:1078828281555603489>
is /price
So it's name:id
...What typescript version to use?
How to get subcommand name from interaction object?
interaction.options.getSubcommand()
interaction.options.getSubcommand()
How do I listen for reactions on all messages in a channel?
run
function. but for some reason i can't even get a simple log to work rn. what am i doing wrong here?
```ts
// src/listeners/reaction.ts
...