Skip to content
/ discord-music-bot Public template

A basic discord music bot template using Discord.py & Wavelink

Notifications You must be signed in to change notification settings

leejw0587/discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...)