diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 13:58:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 13:58:09 -0400 |
| commit | 10e93faf891c3fa3a68edb59d4ffb9d939680dc6 (patch) | |
| tree | 18f91ef2434ad0eb2d613dad13d0815c64f7ffe1 /README.md | |
| parent | 626cef85162b08c1808d8f88b5b245060ff0dd54 (diff) | |
| download | DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.gz DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.bz2 DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.zip | |
Simple http server
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`. |
