๐ FiveM SQL Discord Bot
A custom-built Discord bot designed to interact with your FiveM server database, execute utility commands, and manage in-game data through Discord.
โจ Features
- ๐ Real-time presence updates.
- ๐ฌ Custom
/say,/ping, and/servercommands. - ๐ธ Player money transactions using
/pay. - ๐ View and manage database entries via
/showdband/getuser. - ๐ผ๏ธ Avatar animation and nickname setting.
- ๐ง Interaction-based command handling.
โ๏ธ Setup
Clone the repository:
git clone https://github.com/yourusername/fivem-sql-discord-bot.gitcd fivem-sql-discord-botInstall Dependencies:
npm install
- Configure your bot:
- Edit
config.jsonwith your bot token and database credentials.
- Deploy commands to Discord:
node deploy-commands.js
- Run the bot:
node index.js
๐งพ Requirements
- Node.js v16+
- A Discord bot token
- A MySQL-compatible database connected to your FiveM server
๐ Notes
- Make sure the bot has appropriate permissions in your Discord server.
- You may need to whitelist bot IP for database access if it's hosted remotely.
Made for FiveM roleplay servers to easily interact with in-game data through Discord!
Log in or sign up for Devpost to join the conversation.