abe
Explore posts from serversSIASapphire - Imagine a framework
•Created by abe on 11/26/2023 in #sapphire-support
Run bot without building to js and use ts-node or other alternatives instead.
Is there a way to achieve the title? Currently I need to build and then run the js file using the command:
14 replies
SIASapphire - Imagine a framework
•Created by abe on 10/17/2023 in #sapphire-support
How can I remove a subcommand check?
4 replies
SIASapphire - Imagine a framework
•Created by abe on 9/8/2023 in #sapphire-support
Command `admin.ts` not being registered in the command registry
This is the error message I am receiving when I run the bot:
Encountered error while handling the command application command registry for command "admin" at path "~/dist/commands/admin.js" ExpectedConstraintError > s.string.lengthGreaterThanOrEqual
this is what the admin.ts looks like: 6 replies
SIASapphire - Imagine a framework
•Created by abe on 9/6/2023 in #sapphire-support
Listener with `once: true` appears to be triggering multiple times
51 replies
SIASapphire - Imagine a framework
•Created by abe on 9/5/2023 in #sapphire-support
remove command from command registry after renaming a command file
5 replies
SIASapphire - Imagine a framework
•Created by abe on 9/5/2023 in #sapphire-support
Build sapphirejs typescript project?
I'm new to sapphire and I am following the official guide on the website. However it only shows a file structure of JavaScript files. How can I set up the project to build using tsc?
7 replies