FAQ & Troubleshooting
Common questions and solutions for running and using Kythia.
Got questions? We've got answers. This page covers the most common issues and curiosity about the Kythia framework.
General FAQ
Is Kythia free to use?
Kythia is currently free while it's in early access! However, it is sold as a premium product on BuiltByBit — pricing will be introduced in the future. Grab it now while it's still free!
Can I host Kythia on a VPS?
Yes! We actually recommend hosting on a Linux-based VPS (like Ubuntu) for 24/7 stability. See our Setup Guide for more details.
Does Kythia support Spotify?
Yes! With a valid Spotify Client ID and Secret in your .env file, you can play Spotify tracks and playlists directly.
Troubleshooting
"Missing Access" Error when deploying commands
This usually happens if the bot is invited to a server but doesn't have the applications.commands scope enabled.
- Go to the Discord Developer Portal.
- Select your bot and go to OAuth2 > URL Generator.
- Check
botandapplications.commands. - Re-invite the bot using the new link.
Bot is online but not responding to slash commands
- Ensure you have run
npx kythia deployto register the commands. - Wait up to 10 minutes for Discord to propagate the commands globally.
- Check the bot console/logs for any initialization errors.
Database connection refused
- Verify your
DATABASE_URLin the.envfile. - Ensure your database service (MySQL/PostgreSQL) is running.
- If using Docker or a remote host, check your firewall/security groups to allow the bot's IP.
Still need help?
If you can't find the answer here, don't worry! Our community and developers are here to assist you.