eric-yeung / Discord-Bot

Discord Bot written in Python that plays music in your voice channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bot that plays music! python

I decided to create a simple Discord bot using Python and the Discord.py API.

DO NOT COPY AND PASTE THIS CODE IF YOU DO NOT KNOW WHAT YOU ARE DOING.

This bot as of right now can:

  • Join the channel you're in
  • Play from Youtube
  • Pause
  • Stop
  • Resume
  • Clear messages in channel

To do:

  • Add messages when commands are executed succesfully ✔
  • Queue system
  • Have the bot always on (I would have to pay for this option so it's really not worth it as of right now)
  • Include eventual jokes
  • use cogs to organize commands

Dependecies:

INSTALL THESE DEPENDECIES IN ORDER FOR THE CODE TO WORK

  • discord.py
  • ffmpeg
  • YouTube-dl
  • dotenv

About

Discord Bot written in Python that plays music in your voice channel


Languages

Language:Python 100.0%