diff options
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`. |
