🐛 Troubleshooting
Common Issues
Discord Integration Not Working
Symptoms: Roles/avatars not showing
Solutions:
Verify bot token in
server.cfgCheck bot has "Server Members Intent" enabled
Ensure bot is in Discord server
Check server console for API errors
Verify Guild ID is correct (or let it auto-detect)
Check Discord API status: https://discordstatus.com/
Console Output:
[daphne_chat] Discord integration enabled. Fetching roles...
[daphne_chat] Loaded X Discord roles
[daphne_chat] Discord role cache initialized successfullyAdmin Editor Won't Open
Symptoms: /chatconfig does nothing
Solutions:
Check ACE permission:
daphne_chat.adminVerify permission in
server.cfgRestart server after adding permission
Check server console for errors
Console Output:
Messages Not Showing
Symptoms: Messages not appearing in chat
Solutions:
Check if chat mode is enabled
Verify distance for proximity modes
Check permission requirements
Verify cooldown hasn't expired
Check server console for errors
Config Not Saving
Symptoms: Changes don't persist
Solutions:
Verify
chat_config.jsonis writableCheck server console for save errors
Ensure JSON is valid (use JSON validator)
Check file permissions
Console Output:
Commands Not Working
Symptoms: Commands not recognized
Solutions:
Verify command name (case-insensitive)
Check cooldown timer
Verify you have required permission
Check server console for errors
Console Output:
Debug Mode
Enable debug prints in src/client/main.lua:
Server Console Logs
Check for these important messages:
Initialization:
Discord Integration:
Player Join:
Message:
Last updated