RAGE:MP DISCORD BOT

admin

Administrator
Staff member
Sep 2, 2024
63
26
18
Credits
1,047
A shit bot written by me, for installation on the Windows operating system. Designed to start the server remotely, by writing a command. If you find something that can be added, write here.

How to install? Quick start
Download all the files from the repository and push them to the server files.
Install dependencies with the npm i command

Don't forget to create a token for the bot and authorize it on your server, where you will write commands.

Open the index.js file and find line 8:
JavaScript:
const token = 'token_here';

In that line we insert the token received in the step above.

Afterwards, open the console in the folder with the bot, and write node index.js
If everything is successful, the bot will work on the server, and the console will stick around in the system.

Commands:
server! start - start the server
server! stop - stop the server
server! status - server status
server! restart - restart the server
server! debug - record server actions in the debug.log file
server! log - it has a dependency on the debug.log file, it reads the file and sends the text that is in the file.

Like and subscribe to the channel.