aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-17 18:15:16 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-17 18:15:16 -0400
commit8ce71120f31fd8f590bd7b3f2247ea65450da01d (patch)
treea88becb45d43534de7fa1a07e294d38006b1fd37 /README.md
parent6664618ed1225e17f2e98ee8a44179181e3dcf9b (diff)
downloadDLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.tar.gz
DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.tar.bz2
DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.zip
Updated to v14
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 408774e..777899b 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,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 `.addField('Forked by', '[your name] (discord#0000)')` section.
+You need to edit `/commands/about.js` to uncomment the `.addFields({ name: 'Forked by', value: '[your name] (discord#0000)' })` section.
Be sure to replace that with your name.