aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-06 05:56:09 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-06 05:56:09 -0400
commitcd5be9de38b9be071e7e47d27061cf62031dff62 (patch)
tree818efc28811ac0d2226cb3d1c3b90b187c698a34 /README.md
parent1e294d91c3eab7e65936010c8f0c81c4c4f73b96 (diff)
downloadDLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.tar.gz
DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.tar.bz2
DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.zip
Cleaning up some stuff; Deprecating botOwner as Admin is required for commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index fa06e9d..3078d46 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,6 @@ Make a new file called `config.json`.
```
{
"token": "token_here",
- "botOwner": "your_user_id_here",
"txtFile": true/false
"statusChannel": "channel_id",
"voiceChannel": "voice_channel_id"
@@ -32,19 +31,19 @@ Launch the bot using `node bot.js` in terminal.
```
Public Only
-----------
-help - Displays commands.
ping - Pong!
-git - Links to the source repo.
+status - Checks what audio file is playing currently.
about - Information about the bot.
Bot Owner Only
--------------
join - Joins voice chat.
-resume - Resumes music.
+play - Resumes music.
+play (int) - Input a number for the selection for the audio file.
pause - Pauses music.
skip - Skips the audio track.
leave - Leaves voice chat.
-stop - Stops bot.
+stop - Powers off the bot.
```
# Forking