/MusicBot

A Discord Music Bot written in Python that can play music using youtube and recieves both words and links as input.

Primary LanguagePythonMIT LicenseMIT

MusicBot

A Discord Music Bot written in Python using Repl.it that can play music using youtube and recieves both words and links as input.

Important/Relevant Files

  • main.py - Activates the bot and configures it's commands
  • music.py - Responsible for handling all of the relevant commands for the music bot
  • keep_alive.py - Used to keep the bot awake using occasional pings from UpTimeRobot.com, however this feature is no longer supported.

Dependencies

  • have ffmpeg installed on your computer/container (Linux - "sudo apt install ffmpeg"; replit - type "ffmpeg" in the shell and install the suggested app by Nix)
  • have each of the python imports in main.py and music.py installed via pip or pip3.