ian
Explore posts from serversSIASapphire - Imagine a Framework
•Created by ian on 4/28/2025 in #sapphire-support
talking about modularity
I'd like to split my bot into modules wherein that part of the bot just works - internally or externally - depending on how I would love it to run at first. I know this doesn't include the database and all that. Just borderline what's behind and in front of the userbase, so I can seamlessly load that part of the bot when like, for example, I want to release that part of the bot. It's different from versioning but it kinda looks like it. It's just, i want to classify stuff based on its intended use.
Main question is: should I make use of sapphire plugin api in this matter?
2 replies
SIASapphire - Imagine a Framework
•Created by ian on 12/29/2022 in #sapphire-support
Command Error
There seems to be a problem with sapphire not running my ChatInputCommandError listener. I tried debugging
console.log({ error, context })
inside the run
method but it doesn't log.
:check: My pieces directory is in the right place
:check: The listener is not configured to run only once14 replies