A simple discord music bot template using Discord.py and Wavelink
It only provides the most basic music bot functions.
- Basic music bot features such as
/play
/skip
- Autoplay feature
- Automatic music shutdown (inactive timeout)
- Convenient modifications and additional features
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
Discord.py: Official Documentation
Wavelink: Official Documentation
Lavalink: Official Website
- Add loop feature
- Add general commands (
/help
,/ping
...)