Add installation notes, channel options

This commit is contained in:
Talor Berthelson
2021-07-21 10:32:53 -04:00
parent c2835b6d9a
commit 243e288f37
5 changed files with 37 additions and 1 deletions

View File

@@ -1,2 +1,19 @@
# Parkscord
Discord bot to display Theme Park queue times.
# Installation
You will need Node.js version 16.5.0 or higher installed. I also assume you have git installed.
Create a discord bot and add it to your server.
`git clone https://github.com/thewesker/Parkscord`
`cd Parkscord`
`npm install`
Edit config_sample.json, providing your own bot token. Change the channel name (without the #) to the channel you'd like the bot to work in. You may also edit the prefix if you wish. When saving, change the filename to `config.json`.
`npm start`