Add Commands
+57
@@ -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
|
||||
Reference in New Issue
Block a user