Skip to content

Instantly share code, notes, and snippets.

View 0n1udra's full-sized avatar

0n1udra 0n1udra

  • NH, USA
  • 10:12 (UTC -04:00)
View GitHub Profile
@0n1udra
0n1udra / music_bot.py
Last active April 14, 2023 11:15 — forked from vbe0201/music_bot_example.py
Python discord music bot
# -*- coding: utf-8 -*-
"""
Copyright (c) 2019 Valentin B.
A simple music bot written in discord.py using youtube-dl.
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.