๐ Installation
Prerequisites
FiveM Server: Any version with Lua 5.4 support
No Dependencies: Standalone resource, no framework required
Discord Bot (Optional): For Discord integration features
Quick Start (3 Steps)
Download & Extract
# Extract to resources folder # Rename folder to daphne_chat (if needed)Add to server.cfg
ensure daphne_chatStart Server
Resource will auto-generate
chat_config.jsonNo additional configuration required!
Optional: Discord Integration
Create Discord Bot
Go to Discord Developer Portal
Create new application and bot
Enable "Server Members Intent"
Copy bot token
Add to server.cfg
set daphne_discord_token "YOUR_BOT_TOKEN_HERE" set daphne_discord_guild "YOUR_GUILD_ID_HERE" # Optional - auto-detectsInvite Bot to Server
Use OAuth2 URL Generator
Select
botscope andView ChannelspermissionInvite to your Discord server
Optional: Admin Access
Grant admin access to use /chatconfig command:
Last updated