IndiumRevolt aims to recreate functionality of other popular bots from Discord, but on Revolt.
Find a file
SeaswimmerTheFsh 9bb636ee34 initial commit
2023-06-21 22:06:41 -04:00
.github/workflows whole bunch of things 2023-06-21 12:06:24 -04:00
cogs initial commit 2023-06-21 22:06:41 -04:00
utils fixing some pylint stuff 2023-06-21 17:16:33 -04:00
.env.example whole lot of changes 2023-06-20 20:07:13 -04:00
.gitignore added embed custom class (thanks MysticMia) 2023-06-21 17:03:29 -04:00
.pylintrc actually fixing pylint 2023-06-21 17:19:47 -04:00
LICENSE Initial commit 2023-06-19 16:22:52 -04:00
main.py initial commit 2023-06-21 22:06:41 -04:00
README.md whole bunch of things 2023-06-21 12:06:24 -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 pytimeparse2 python-dotenv
  • Set up an .env file
    • Rename the .env.example file and fill out the values
  • Run the bot (python main.py)