diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-06 05:56:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-06 05:56:09 -0400 |
| commit | cd5be9de38b9be071e7e47d27061cf62031dff62 (patch) | |
| tree | 818efc28811ac0d2226cb3d1c3b90b187c698a34 /README.md | |
| parent | 1e294d91c3eab7e65936010c8f0c81c4c4f73b96 (diff) | |
| download | DLAP-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.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |
