aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index d39ebaa..91841ee 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A Discord bot that's made for Alee's birthday. Written in Discord.JS.
If there's anything wrong, feel free to make a fork and put a pull request.
# Configuration
-Make a new file called `config.json`
+Make a new file called `config.json`.
```
{
"token": "token_here",
@@ -15,21 +15,23 @@ Make a new file called `config.json`
}
```
-Add your own audio files using the mp3 file extension to `./music`
+Add your own audio files using the mp3 file extension to `./music`.
+
+Launch the bot using `node bot.js` in terminal.
# Help Command
```
Public Only
-----------
-help - Displays commands
+help - Displays commands.
ping - Pong!
-git - Links to the source repo
-about - About the bot
+git - Links to the source repo.
+about - About the bot.
Bot Owner Only
--------------
-join - Joins voice chat
-skip - Skips the audio track
-leave - Leaves voice chat
-stop - Stops bot
+join - Joins voice chat.
+skip - Skips the audio track.
+leave - Leaves voice chat.
+stop - Stops bot.
```