IndiumRevolt aims to recreate functionality of other popular bots from Discord, but on Revolt.
Find a file
SeaswimmerTheFsh 3b8be1d7a1 prefix command fix
[p]prefix now correctly checks if you're the bot's owner
2023-06-20 10:36:13 -04:00
.github/workflows more pylint changes 2023-06-19 17:13:16 -04:00
.env.example made the prefix an env variable 2023-06-19 16:47:48 -04:00
.gitignore Initial commit 2023-06-19 16:22:52 -04:00
.pylintrc pylint fixes 2023-06-19 19:10:03 -04:00
LICENSE Initial commit 2023-06-19 16:22:52 -04:00
main.py prefix command fix 2023-06-20 10:36:13 -04:00
README.md dotenv -> python-dotenv 2023-06-20 10:24:06 -04:00

IndiumRevolt.py

IndiumRevolt.py aims to recreate functionality of other popular bots from Discord, but on Revolt. The bot is not currently available to invite, but there are instructions on how to self-host the bot below!

Self-hosting

If you're self-hosting IndiumRevolt.py, please make it clear that it is not the main instance (or change the name) but give credit by linking to this repository in the bot's profile (something like This bot is an instance of [IndiumRevolt.py](https://github.com/SeaswimmerTheFsh/IndiumRevolt.py) will suffice).

  • Clone this repository (git clone https://github.com/SeaswimmerTheFsh/IndiumRevolt.py.git)
  • Install Revolt.py and python-dotenv
    • pip install revolt.py python-dotenv
  • Set up an .env file
    • Rename the .env.example file and fill out the values
  • Run the bot (python main.py)