From cd5be9de38b9be071e7e47d27061cf62031dff62 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 6 Jul 2022 05:56:09 -0400 Subject: Cleaning up some stuff; Deprecating botOwner as Admin is required for commands --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3