aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-10 13:58:09 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-10 13:58:09 -0400
commit10e93faf891c3fa3a68edb59d4ffb9d939680dc6 (patch)
tree18f91ef2434ad0eb2d613dad13d0815c64f7ffe1 /README.md
parent626cef85162b08c1808d8f88b5b245060ff0dd54 (diff)
downloadDLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.gz
DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.bz2
DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.zip
Simple http server
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 89ec652..6b1bcea 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Make a new file called `config.json`.
```
{
"token": "token_here",
- "txtFile": true/false
+ "txtFile": true/false,
"statusChannel": "channel_id",
"voiceChannel": "voice_channel_id"
"guildID": "guild_id",
@@ -55,4 +55,4 @@ You need to edit `/commands/about.js` to uncomment the `.addField('Forked by', '
Be sure to replace that with your name.
# Contributing
-When contributing, be sure to add yourself to the contributors list in `/commands/about.js`. \ No newline at end of file
+When contributing, be sure to add yourself to the contributors list in `/commands/about.js`.