sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
GUILD_MEMBER_UPDATE - oldMember & newMember

API going to sleep?
API Routes Handling
HMR not Working correctly
@sapphire/plugin-hmr Plugin to reload my bot on code changes without relogging to discord.
When I change the text in an embed for example and hmr reloads my changes, they are displayed correctly in discord with the new text.
If you change console logs, add container.logger.info(xyz) or edit helper files, the changes there are not reflected correctly with the latest changes.
If I want to see the changes I have to stop the dev process and restart the bot completely....Store a data in Client context Shappire
Type 'ServerResponse' is not generic
Is there a Example on how to work with the API Plugin directly in the bot?
Creating slash command with options and sapphire cli template
Is there any utility to check if a member has permission to run a command?
Send and Reply from the editable-commands plugin do the same wrong thing.
editable-commands Plugin for responses to Slashcommands.
This is how a valid Reply looks like...
How do I create subcommands with different text input fields?

Best Approach on separating Commands from their "run" file to a separate Folder
message commands are not working
loadMessageCommandListeners: true and the bot does have proper intents. is there anything new i should be updating?Failed to overwrite global application commands
registerChatInputCommand twice
ergo, twice a command with the same name...message listeners stopped working in sapphire v4 on my bot
super.onLoad() in your onLoad method
```js
onLoad() {...Duplicate identifier 'Command'
Command class from @sapphire/framework, it gives the error: Duplicate identifier 'Command'
Duplicate identifier 'Command'

Context menu commands not being registered
ApplicationCommandRegistry[report] Failed to update command Banish (<id>) DiscordAPIError[40041]: An application command with that name already exists
ApplicationCommandRegistry[report] Failed to update command Banish (<id>) DiscordAPIError[40041]: An application command with that name already exists
Is there a way to disable ApplicationCommandRegistries logs?
Context Menu Interactions Not Received
async contextMenuRun(interaction), but I do not think it's the problem with the function since the command does not even seem to be received (check screenshot). Anyone know how to fix this? Common troubleshooting for these types of issues would also be useful. Thanks!npm install @sapphire/framework@pr-590 fixes it for you too
