Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.02 KB

discord-music-bot

A simple discord music bot template using Discord.py and Wavelink

It only provides the most basic music bot functions.

Features

  • Basic music bot features such as /play /skip
  • Autoplay feature
  • Automatic music shutdown (inactive timeout)
  • Convenient modifications and additional features



How to use (Windows)

1. Install Dependencies

python -m pip install -r requirements.txt

2. Setup and launch Lavalink

Please refer to this: Link

3. Enter bot token in the .env file.

4. Run bot.py

python bot.py

Documentations

Discord.py: Official Documentation

Wavelink: Official Documentation

Lavalink: Official Website

To-do

  • Add loop feature
  • Add general commands (/help, /ping ...)