From 18adde95a6ced7670f94a54c4c2d83e0ed131907 Mon Sep 17 00:00:00 2001 From: James Brotosky Date: Wed, 31 Dec 2025 12:13:09 -0500 Subject: [PATCH] Add Commands --- Commands.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Commands.md diff --git a/Commands.md b/Commands.md new file mode 100644 index 0000000..a61b58e --- /dev/null +++ b/Commands.md @@ -0,0 +1,57 @@ +# Bot Commands Reference +**These commands can be ran from any text channel in the Discord server the bot is connected to** +## Connect Bot to Voice Channel +Connects the bot to the voice channel you are currently in +### Usage +``` +!join +``` +Notes: +- You must already be connected to a voice channel +- The bot has permissions to join the voice channel + +## Disconnect Bot from Voice Channel +Disconnects the bot from its current voice channel +### Usage +``` +!leave +``` +Notes: +- Stops any active playback + +## Music Playback +Plays the audio from a specified YouTube video, using a provided link +### Usage +``` +!play https://youtube.com/watch?=Something +``` +Notes: +- If the bot is not currently connected to a voice channel using the !join command, the bot will join the current voice channel of the author of the message to the bot and immediately start playing the track + +## Pausing Music +Pauses the currently playing track +### Usage +``` +!pause +``` +Notes: +- Pauses playback, bot remains connected to the voice channel + +## Resuming Music after Pause +Resumes Current Track +### Usage +``` +!resume +``` +Notes: +- Restarts a paused track + +## Stopping music play back +Completely stops and unloads the currently playing track +### Usage +``` +!stop +``` +Notes: +- Clears the current track +- Required if you want to start a new track before the currently playing track has naturally finished