Gavan
Explore posts from serversSIASapphire - Imagine a framework
•Created by Gavan on 12/14/2022 in #sapphire-support
Is there a recommended way to split subcommands across multiple files?
Perhaps another way of phrasing this question is: Can I have arbitrary typescript files in the commands directory without breaking things?
6 replies
SIASapphire - Imagine a framework
•Created by Gavan on 12/14/2022 in #sapphire-support
How do subcommands work with idHints and guildIds?
How do subcommands work with idHints and guildIds?
5 replies
SIASapphire - Imagine a framework
•Created by Gavan on 12/13/2022 in #sapphire-support
Is there a way to prevent fetching information both in the precondition and the command itself?
I need to fetch the same data to resolve a precondition, as I'll need later in the command. Is there a way to prevent fetching this twice?
8 replies
SIASapphire - Imagine a framework
•Created by Gavan on 12/5/2022 in #sapphire-support
Autocomplete handler not working
I made a interaction-handlers folder adjacent to my commands folder and have this code as a .ts file inside:
`
I'm not seeing any console logs. Any thoughts?
14 replies