Note: This project is intended to help Fivem server owners save time managing their server logs by providing an easy-to-use Discord bot that can create custom channels with authorized roles, organize them into categories, and create and export the webhooks to a file in a specific format. It is not intended for spamming or any other malicious activities. However, the project creators are not responsible for any harm or misuse resulting from the use of this tool. Please use this tool responsibly and in compliance with Discord's Developer Terms of Service.
Discord bot simplifies the process of managing Fivem server logs by allowing you to easily create custom channels with authorized roles, organize them into categories, and export logs to a file in a specific format using webhooks. The bot includes customization options and a smart delay system to avoid Discord timeouts. The bot also supports 10 different languages to provide a seamless experience for users around the world.
- Ensure that you have Node.js installed on your machine.
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory and run
npm install
to install all the required dependencies. - Create a new bot on the Discord Developer Portal, then copy the bot token.
- Go to
config.js
and enter your bot token and server settings. - When creating your Discord bot, make sure to enable the necessary bot intents in the Discord Developer Portal. To use this bot, you'll need to enable both the "Server Members Intent" and the "Presence Intent". To enable these intents, go to your bot's page on the Developer Portal, click on the "Bot" section on the left sidebar, and then scroll down to the "Privileged Gateway Intents" section. Enable both the "Server Members Intent" and the "Presence Intent" options.
- Start the bot by running
node index.js
in your terminal. The bot should now be online and ready to use. - Configure your bot by editing the
config.js
file. You can choose the categories, channels, roles, and webhook URL that you want to create, as well as the format for the exported logs. - Create a new Discord server and add your bot to it using the OAuth2 URL provided on the Discord Developer Portal. Once your bot is added to the server, type
/log
in the chat to start the bot.
For more information on how to create a bot on the Discord Developer Portal, please refer to the official documentation.
If you want to contact with us you can reach us at Discord.
This project is free to use and does not contains any license.