Envy Rebooter is a open source reverse engineering project in Python to replicate Restarter v3, a popular Discord bot.
You will need Python 3.8 or later to use Envy Rebooter. Download Python here.
Once you have Python installed, you will need to install discord.py. You can do it by running the following:
pip install -U discord.pyKeep in mind that you will need superuser priveleges to run pip so put sudo/doas or whatever your favorite privelege esculator is to run pip.
Now run the following to clone the latest version of our repo:
git clone https://github.com/envyjs/rebooter.git && cd rebooterOnce that is done, open main.py in your favorite text editor and go to the bottom. You should see the following:
bot.run('token')Replace token inside bot.run('token') with your actual Discord bot token.
Now you should be able to start it. Start Envy Rebooter with the following command:
python3 main.pyand a message like this should show up:
Starting Envy RebooterShall this message be shown and no errors occur, you are now self-hosting Envy Rebooter!