Skip to content

Instantly share code, notes, and snippets.

View Ixyk-Wolf's full-sized avatar
💭
Working on my discord bot

Ixyk-Wolf

💭
Working on my discord bot
  • Just bored so I'm coding
  • California
View GitHub Profile
@Ixyk-Wolf
Ixyk-Wolf / music_bot_example.py
Last active June 11, 2022 18:06 — forked from vbe0201/music_bot_example.py
A simple music bot written using discord.py rewrite and youtube_dl.
"""
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.
Requirements:
Python 3.5+
pip install -U discord.py pynacl youtube-dl
You also need FFmpeg in your PATH environment variable or the FFmpeg.exe binary in your bot's directory on Windows.
---------------------------------------------------------------------------------------------------------------------------------------------