From 1cd0056d71ab84421b40538ff7b0bb76a2e6a766 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 11 Jul 2022 23:14:58 -0400 Subject: Fully implemented order playlist --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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", -- cgit v1.2.3