sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
run other commands inside other commands

filtering custom id via name

Issue when following along the Listener guide page
run method is missing
Property 'utilities' does not exist in type 'Container'
LazyPaginatedMessage explanation
MAYBE a bug with subcommands
PluginMessageSubcommandNoMatchoauth guide
disable specific commands from registering on startup
enabled: false on the command optionsRequired Client Permission mismatch with role
application commands
Can't see blue color in terminal
console.whatever is in your own code: https://github.com/mallusrgreatv2/disactyl/blob/52e62d2f5d864bad409d63954cbb69a195999994/src/lib/logger/Logger.ts#L88. You'll have to fix this on your own since it's so very specific to your own desires for the logger.
As for the location of the file, that's fine. It's pretty much free style, only it's recommended to not put it in root because that trips up GitHub's license detection....
Plugin API
Command option - Array of users
Failed to overwrite global application commands: Command name is invalid
unhinged@1.0.0 start node dist/index.js...

use wildcard paths on InteractionHandlerStore#registerPath
this.stores.get('listeners').registerPath(join(this.rootData.root, './handlers/events')).registerPath(join(this.rootData.root, "./integrations/**/*"));
this.stores.get('listeners').registerPath(join(this.rootData.root, './handlers/events')).registerPath(join(this.rootData.root, "./integrations/**/*"));
Interaction Handlers & "Button is not for you" response
awaitComponents where you can user filter instead of sappire handlers. An example of this can be seen in PaginatedMessage i.e.e from @DragoniteVoiceStateUpdate
Problems with plugin api
this.container.client.server.server.listening, which returned true and I also listed routes through the container.
The problem i'm having is whenever I attempt to send a curl request or a web request to the url I get a connection refused error....Timestamp problem