Bot not responding to commands
Github Repo: https://github.com/tortenworx/truss-bank-pre-release
Henlo! So my bot suddenly stopped responding to commands, even with the provided
/ping
command on the guide.
I tried rolling back the changes I made, removing listeners and preconditons, but still it is not working.GitHub
GitHub - tortenworx/truss-bank-pre-release
Contribute to tortenworx/truss-bank-pre-release development by creating an account on GitHub.

6 Replies
To add, command registries took only
0ms
to initializehi add to SapphireClient config
Don't do that
Solution
Change your module to src/index.ts in package.json instead
First big red block in the getting started guide: https://sapphirejs.dev/docs/Guide/getting-started/getting-started-with-sapphire
Sapphire Framework
Getting started with Sapphire | Sapphire
To install Sapphire, you need to install both discord.js and
You can also reference https://github.com/sapphiredev/bun-example
GitHub
GitHub - sapphiredev/bun-example: An example of how to setup a Sapp...
An example of how to setup a Sapphire project with bun - sapphiredev/bun-example