~
~
@sapphire/shapeshift validate env library
How would I go about making a library which validates the process.env similar to that of znv but using @sapphire/shapeshift. Was thinking of doing that so I keep my libraries within sapphire if possible
26 replies
how to make fetchPrefix return a regex?
Is this possible? Like returning the regex prefix? I get a typescript error.
5 replies
How would I go about forking a plugin? FInding some difficulty due to them being under a monorepo
all in the title
10 replies
yarn recommended over pnpm?
Why is yarn recommended in the sapphire CLI over PNPM when PNPM is known to be the faster and more efficient package manager
14 replies
lib folder
I notice when making a new sapphire project with the CLI a lib folder is made. What exactly does the lib folder do, and what files should be within? I'm trying to follow convention
6 replies
how to change the client on the container's type to my custom client
no more details, that's all I want to know really
3 replies
extend command
i'm unsure how to go about doing this but how do I extend Command so that its options also include a description usage and categories array
2 replies
Register command in only specific guilds
How do I register a slash command in only the guilds I want specified?
5 replies
Added new options to slash command; not being reflected on discord
5 replies
Templates for sapphire CLI
What is the list of templates that you can use for sapphire g?
4 replies
send() function plugin-editable-commands
I'm confused, what is the point of this function and why not use the discord.js class methods?
14 replies