aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b1bcea..39e049d 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,17 @@ A Discord bot that plays local audio tracks. Written in Discord.JS.
If you want to add a feature or there's anything wrong, feel free to make a fork and put a pull request.
+# Recommended Software
+- Latest version of NodeJS (v18.5.0+)
+- Linux (or WSL for Windows users)
+
# Configuration
Make a new file called `config.json`.
```
{
"token": "token_here",
"txtFile": true/false,
+ "shuffle": true/false,
"statusChannel": "channel_id",
"voiceChannel": "voice_channel_id"
"guildID": "guild_id",