aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-12-01 21:56:03 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-12-01 21:56:03 -0500
commit894dd858c380e5ac8bcd882294f044c325ef379e (patch)
treeb275ce664f6cf48272d62835bd3010c0e71bc592 /README.md
parent56573af6e6f5a839536483ea51ad1fc163f33458 (diff)
downloadDLAP-894dd858c380e5ac8bcd882294f044c325ef379e.tar.gz
DLAP-894dd858c380e5ac8bcd882294f044c325ef379e.tar.bz2
DLAP-894dd858c380e5ac8bcd882294f044c325ef379e.zip
Modularized audio backend
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 15aec6a..6f46bb5 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ A Discord bot that plays local audio tracks. Written in Discord.JS v14.
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+)
+# Recommended Software Requirements
+- Latest version of NodeJS (v16.9.0+)
- Linux (or WSL for Windows users)
# Configuration
@@ -56,7 +56,7 @@ shutdown - Powers off the bot.
# Forking
When forking the project, you can make your own version of DLAP or help contribute to the project (See the "Contributing" section).
-You need to edit `/commands/about.js` to uncomment the `.addFields({ name: 'Forked by', value: '[your name] (discord#0000)' })` section.
+You need to edit `/commands/about.js` to uncomment the `{ name: 'Forked by', value: '[your name] (discord#0000)' }` section.
Be sure to replace that with your name.