sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Trying to lock a API route behind authentication, having problems authenticating from my web app
Bot don’t work anymore

Error on my program

Customize Piece loading strategy
Dev works, prod doesnt
MessagePrompterConfirmStrategy not working with custom emojis
events don't work

Subcommand error questions
messageCommandDenied listener where I handle precondition errors. But, when subcommand fails it also shares that listener even tho there is specific listener for that. Probably a bug you should look intoCustom Store not working
this.stores.register(new InfrastructureDiscordServiceStore()) but this.stores.register(this.server.routes) and assign this.server beforehand. They also dont do registerPath which is implied to be join(getRootData().root, nameOfTheStore)Pre messsage command run help
GuildCreate Listener not triggering with Intents?
[GatewayIntentBits.MessageContent, GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers]
[GatewayIntentBits.MessageContent, GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers]

TypeError: value.replace is not a function
TypeError: value.replace is not a function anyone any ideas?
Full error
```
/usr/local/lib/node_modules/ts-node/dist/util.js:62...error: reading root with @piece
discord.js has no exported member named 'APIMessageActionRowComponent'
npm run dev on my new typescript bot.
anyone know how to fix this? maybe temporarily?...@sapphire/framework (5.3.5) and if installed separately, update @sapphire/discord.js-utilities (7.3.3)
trying to use sapphire with bunjs but my discord bot doesn't answer to anything
Sapphire commands not being registered with tsdown/rolldown, but is with TSX
main: "src/index.ts to dist/index.js fixed 🤦Message arguments prefix
pay requires member and amount arguments, and I fail one of them, can sapphire return me in error which argument was required and failed?