sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
How to send message on a different channel
talking about modularity
Any example of sharded sapphire bot?
Command not Registering
String schema backwards compatibility
Api not running
Multiple manual tasks

Error using User Apps in my bot
returning different things to a run method
client permissions failing to resolve in channel
14.8.0
> 14.18.0
Sapphire 4.2.2
> 5.3.3
...Some Listeners/All Interaction Handlers not working
ready
listener works and some events work (REST debig and music), but this (screenshot) event doesnt work or some others as well. None of the interaction handlers work (screenshot added in a new message)
Running into issues with registerApplicationCommands
SlashCommandBuilder
has Subcommands or Group of subcommands. I console logged the data of the SlashCommandBuilder
but still same problem.
Edit: I extended the Subcommand
class to my own liking and added automatic Builder creating upon creating the class within commands. I'll add the screenshot at the bottom cuz i forgot to show it...
Plugin-API Param question
transcript/:id
style routes?
```typescript
import { ApplyOptions } from '@sapphire/decorators';
import { Route, type RouteOptions } from '@sapphire/plugin-api';...PaginatedMessage to fetch data on demand
Commands `status-rewards` and `status-rewards-admin` don't register on Discord
registerApplicationCommands
method implemented. Both show up in debug logs that they are registered, yet don't show up on discord.
interactionCreate listener
Creating a decorator
Question About Sapphire API