sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
refreshing all the application commands
Global error listener
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
PluginMessageSubcommandNoMatch
oauth guide
What am I supposed to trust, the basic slash command registering? Or the Wiki's Commands section?
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/**/*"));