diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-11 23:14:58 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-11 23:14:58 -0400 |
| commit | 1cd0056d71ab84421b40538ff7b0bb76a2e6a766 (patch) | |
| tree | 2aa0f2334d68cf3ed8809ce82b87e55b90fd4776 /README.md | |
| parent | eb90e1a4ffbe5f0b82bea296a97786ca5cc81041 (diff) | |
| download | DLAP-1cd0056d71ab84421b40538ff7b0bb76a2e6a766.tar.gz DLAP-1cd0056d71ab84421b40538ff7b0bb76a2e6a766.tar.bz2 DLAP-1cd0056d71ab84421b40538ff7b0bb76a2e6a766.zip | |
Fully implemented order playlist
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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", |
