Good evening, I just installed the bot.
It’s up and running on my server, there are no errors in the logs, and everything is configured correctly.
However, I can’t execute any commands, they simply aren’t there when I enter the command /help or / (to see all the commands available on the server).
How can I fix this problem?
logs :
Starting Container
titanbot-custom@1.1.1 start
node src/app.js
[17:15:55] [startup]: Starting TitanBot...
[17:15:56] [startup]: Initializing database...
[17:15:56] [startup]: ✅ Database Status: postgresql (fully operational)
[17:15:56] [startup]: Starting web server...
[17:15:56] [startup]: Loading commands...
[17:15:56] [startup]: ✅ Web Server running on 0.0.0.0:8080
[17:15:56] [startup]: Health endpoint: http://localhost:8080/health
[17:15:56] [startup]: Ready endpoint: http://localhost:8080/ready
[17:15:56] [startup]: Commands loaded: 99
[17:15:56] [startup]: Loading handlers...
[17:15:56] [startup]: Handlers loaded
[17:15:56] [startup]: Logging into Discord...
[17:15:57] [startup]: Discord login successful
[17:15:57] [startup]: Registering slash commands...
[17:15:57] [startup]: Ready! Logged in as Corrupt Bot#1308
[17:15:57] [startup]: Serving 1 guild(s)
[17:15:57] [startup]: Loaded 99 commands
[17:15:57] [startup]: Reaction role reconciliation: scanned 0, removed 0, errors 0
Good evening, I just installed the bot.
It’s up and running on my server, there are no errors in the logs, and everything is configured correctly.
However, I can’t execute any commands, they simply aren’t there when I enter the command /help or / (to see all the commands available on the server).
How can I fix this problem?
logs :
Starting Container