Sapphire - Imagine a framework
Welcome to the Sapphire Discord server! The next-gen object-oriented Discord.js bot framework can be found here.
Join ServerSapphire - Imagine a framework
Welcome to the Sapphire Discord server! The next-gen object-oriented Discord.js bot framework can be found here.
Join ServerAny reason as to why this event wouldn't be firing?
error for example. Or if you do want that, set the name property in applyoptionsCan't get working in Deno

How to use @sapphire/decorators?
experimentalDecorators to your tsconfig or extend @sapphire/ts-config/decoratorsIs it possible to send an image using `plugin-api`
response.setContentType(MediaTypes.ImagePng).status(200).end(bufferOfTheImage) if i remember correctly. Let me know if it works. We could add utility methods for this.How to get ID of command?
idHints) but to get it dynamically this is the code:
For Global Commands```js
import { container } from '@sapphire/framework';...[ARGS] this.error errors in the console
[ERROR] Encountered error on message command "ban" at path "D:\Gits\dqm-neo\src\commands\ban.ts" ArgumentError: Username must be less or equal than 20 characters long.
[ERROR] Encountered error on message command "ban" at path "D:\Gits\dqm-neo\src\commands\ban.ts" ArgumentError: Username must be less or equal than 20 characters long.

Memory Leak
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 interactionCreate listeners added to [Client]. Use emitter.setMaxListeners() to increase limit
I recently got this error, my bot only has 2 slash commands and 4 context menus, which are not used much, I already asked in the djs server and they said to go ask here instead...Slash command not updated

Class constructor _Listener cannot be invoked without 'new'
Sapphire's approach to components
message.awaitMessageComponentInteraction
2. If inputs result in completely separate functionality like Singleplayer vs Multiplayer, stringify all necessary state and add it to the custom ID, then parse it out in separate interaction handlers...Certain amount of infractions per page
Docker volume issue
Checking for flags in message commands
--silent flag which if present will make the punishment silent (the user won't get a dm). Is this possible through sapphire?Get message text from ContextMenuCommandInteraction
MessageContextMenuInteractionHow can I find out what events there are, and what the args are?
sapphire generate listener generates a listener different than the default MentionPrefixOnly listener. I have tried scouring the documentation but I cannnot find anything relating to the arguments of run().
Thank you!...Unable to get piece's name with CommandStore#get when piece's enabled is false
The precondition "SubcommandCooldown" is not available.
import('@sapphire/plugin-subccommands/register')
(mentioned in the readme)...TypeError: Cannot read properties of undefined (reading 'options')

Change select menu options to custom options for paginated messages
@sapphire/discord.js-utilities for Paginated Messages, if that's useful....Is it possible to set retries for a MessagePrompter (message strat)?