MuseHeart-MusicBot

(★ 103)

bot de música programado em python com player interativo, suporte a multi-bot, comandos barra/slash, integração com last.fm e muito mais.

  • .Dockerfile
  • .dockerignore
  • .example.env
  • .gitignore
  • .gitpod.yml
  • .replit
  • app.py
  • config_loader.py
  • discloud.config.example
  • lavalink.ini.example
  • LICENSE
  • main.py
  • README.md
  • render.yaml
  • replit.nix
  • requirements.txt
  • source_cleanup.sh
  • source_cleanup_windows.bat
  • source_quick_setup.sh
  • source_quick_update.sh
  • source_setup.sh
  • source_start.sh
  • source_start_windows.bat
  • source_update.sh
  • squarecloud.config.example
  • web_app.py

# Installation Guide

1. Get the code
git clone https://github.com/zRitsu/MuseHeart-MusicBot

Downloads the entire project code from GitHub to your computer.

cd MuseHeart-MusicBot

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python main.py

Runs the Python script (or module).

If it runs without errors and prints output in the terminal, it worked.
// repository documentation