Skip to content

A NodeJS Discord Bot that uses the rustplus.js library to utilize the power of the Rust+ Companion App with additional Quality-of-Life features.

License

Notifications You must be signed in to change notification settings

alexemanuelol/rustplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6723a9 Â· Mar 8, 2025
Aug 9, 2024
Jul 2, 2023
Feb 11, 2025
Mar 8, 2025
Sep 12, 2024
Sep 10, 2024
Oct 13, 2021
Sep 10, 2024
Aug 16, 2024
Sep 29, 2021
Sep 12, 2024
Dec 9, 2022
Sep 10, 2024
Sep 10, 2024
Aug 26, 2022
Mar 8, 2025
Mar 8, 2025
Oct 4, 2021
Sep 3, 2022
Mar 30, 2023
Mar 30, 2023

Repository files navigation

discord reddit donate on ko-fi

donate on ko-fi

rustplusplus ~ Rust+ Discord Bot

A NodeJS Discord Bot that uses the rustplus.js library to utilize the power of the Rust+ Companion App with additional Quality-of-Life features.

How-to Setup Video

Image of setup video

Features

Documentation

Documentation can be found here. The documentation explains the features as well as how to setup the bot, so make sure to take a look at it 😉

Credentials

You can get your credentials by running the rustplusplus credential application. Download it here

How to run the bot

To run the bot, simply open the terminal of your choice and run the following from repository root:

$ npm start run

How to update the repository

Depending on your OS / choice of terminal you can run:

$ update.bat

or

$ ./update.sh

Running via docker

$ docker run --rm -it -v ${pwd}/credentials:/app/credentials -v ${pwd}/instances:/app/instances -v ${pwd}/logs:/app/logs -e RPP_DISCORD_CLIENT_ID=111....1111 -e RPP_DISCORD_TOKEN=token --name rpp ghcr.io/alexemanuelol/rustplusplus

or

$ docker-compose up -d

Make sure you use the correct values for DISCORD_CLIENT_ID as well as DISCORD_TOKEN in the docker command/docker-compose.yml

Thanks to

liamcottle@GitHub - for the rustplus.js library.
.Vegas.#4844@Discord - for the awesome icons!