Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauetrr authored Dec 1, 2021
1 parent 5b9c90c commit ba980f5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# discord-music-bot
A small project to make a discord music bot for a private discord server.
The bot has the commands play, join, leave, pause, resume, and stop.
The bot's command prefix is "bt ".

The program uses the discord, os, and youtube_dl libraries, and has dependencies on the pynacl library and ffmpeg.

# commands
The bot's commands use the prefix "bt ". The current commands are:

* play [youtube url] - Apply the join command, then play the audio of the youtube url
* join - Joins the voice channel of the user who invoked the command, otherwise joins the first voice channel it finds (if any)
* leave - Leaves the currently joined voice channel (if in a voice channel)
* pause - Pauses the music being played
* resume - Resumes music that has been paused
* stop - Stops the currently playing/paused music

0 comments on commit ba980f5

Please sign in to comment.