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.
No description
Solution:
Change your module to src/index.ts in package.json instead
Jump to solution
6 Replies
tortenwashere
tortenwashereOP4mo ago
To add, command registries took only 0ms to initialize
Kampio152
Kampio1524mo ago
hi add
baseUserDirectory: `${process.cwd()}/src`,
baseUserDirectory: `${process.cwd()}/src`,
to SapphireClient config
Favna
Favna4mo ago
Don't do that
Solution
Favna
Favna4mo ago
Change your module to src/index.ts in package.json instead
Favna
Favna4mo ago
Sapphire Framework
Getting started with Sapphire | Sapphire
To install Sapphire, you need to install both discord.js and
Favna
Favna4mo ago
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

Did you find this page helpful?