Skip to content

Instantly share code, notes, and snippets.

@RegretDNM
RegretDNM / music.py
Created March 25, 2023 12:31 — forked from EvieePy/music.py
Basic music with playlist support on Rewrite
"""
Please understand Music bots are complex, and that even this basic example can be daunting to a beginner.
For this reason it's highly advised you familiarize yourself with discord.py, python and asyncio, BEFORE
you attempt to write a music bot.
This example makes use of: Python 3.6
For a more basic voice example please read:
https://github.com/Rapptz/discord.py/blob/rewrite/examples/basic_voice.py