Skip to content

Instantly share code, notes, and snippets.

View JeffreyGoe's full-sized avatar

Jeff JeffreyGoe

View GitHub Profile
@JeffreyGoe
JeffreyGoe / music_bot_example.py
Last active May 30, 2023 02:29 — forked from vbe0201/music_bot_example.py
A simple music bot written using discord.py rewrite and youtube_dl.
# -*- coding: utf-8 -*-
"""
A simple music bot written in discord.py using youtube-dl(THIS FORK ACTUALLY WORKS!!!!!)
Though it's a simple example, music bots are complex and require much time and knowledge until they work perfectly.
Use this as an example or a base for your own bot and extend it as you want. If there are any bugs, please let me know.