aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-11 23:14:58 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-11 23:14:58 -0400
commit1cd0056d71ab84421b40538ff7b0bb76a2e6a766 (patch)
tree2aa0f2334d68cf3ed8809ce82b87e55b90fd4776 /README.md
parenteb90e1a4ffbe5f0b82bea296a97786ca5cc81041 (diff)
downloadDLAP-1cd0056d71ab84421b40538ff7b0bb76a2e6a766.tar.gz
DLAP-1cd0056d71ab84421b40538ff7b0bb76a2e6a766.tar.bz2
DLAP-1cd0056d71ab84421b40538ff7b0bb76a2e6a766.zip
Fully implemented order playlist
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",