Skip to content

blahajr/heal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heal Bot

The only multipurpose, aesthetic bot you'll ever need in your servers! It has a range of features, including:

  • Music
  • Moderation
  • Fun
  • & More

Requirements

  • Python 3.11
  • PostgreSQL
  • Basic understanding of the terminal

Getting Started

  1. Clone the Repository: To get started, run the following command:

    git clone https://github.com/hiddeout/heal.git
  2. Install PostgreSQL: Download and install PostgreSQL from here or for your OS of choice.

  3. 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;

Important

  • Make sure to fill out the .env file with your Discord bot token and LOG_CHANNEL_ID with your channel ID.
  • Edit line 21 and 36 in /heal/events/healboost.py with the guild and role of your choice.
  • Make sure to edit line 39 of heal.py to 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

Install the Dependencies

Open a terminal in this directory and run:

pip install -r requirements.txt

If this fails on windows make sure Python is installed and added to PATH.

Once installed, run:

python main.py

Feel free to fork this and edit it however you want meow

About

Slam.lat discord bot source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages