The only multipurpose, aesthetic bot you'll ever need in your servers! It has a range of features, including:
- Music
- Moderation
- Fun
- & More
- Python 3.11
- PostgreSQL
- Basic understanding of the terminal
-
Clone the Repository: To get started, run the following command:
git clone https://github.com/hiddeout/heal.git
-
Install PostgreSQL: Download and install PostgreSQL from here or for your OS of choice.
-
Create a Database: Run the following command in your terminal or CMD:
- For Linux:
sudo -U postgres psql
- For Windows:
psql -U postgres
Then inside the postgres terminal, run:
CREATE DATABASE dev;
- For Linux:
- Make sure to fill out the
.envfile with your Discord bottokenandLOG_CHANNEL_IDwith your channel ID. - Edit line 21 and 36 in
/heal/events/healboost.pywith the guild and role of your choice. - Make sure to edit line 39 of
heal.pyto replace your Discord owner ID. - Ensure Python (version 311) is installed and added to your path if you're on Windows. You can check the version by running:
python --version
Open a terminal in this directory and run:
pip install -r requirements.txtIf this fails on windows make sure Python is installed and added to PATH.
Once installed, run:
python main.pyFeel free to fork this and edit it however you want meow