Skip to content

dynamicrahulsaini/mubot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mubot

commands

  • generic commands

    • !ping - test if the bot is responding
  • music commands

    • !join - join the voice channel
    • !play <url> - play the audio from the given YouTube URL
    • !leave - leave the voice channel

todo

  • !pause - pause the audio
  • !resume - resume the audio
  • !stop - stop the audio
  • !skip - skip the current audio
  • !queue - show the current queue
  • !lyrics - show the lyrics of the current audio
  • !lyrics <song> - show the lyrics of the given song

development

create a virtual environment and install the dependencies:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

create a .env file with the following variables or add the variables to your environment:

DISCORD_TOKEN=<discord bot token>
DISCORD_APP_ID=<discord app id>
DISCORD_PUBLIC_KEY=<discord public key>

run the bot:

python main.py

About

yet another discord music bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages