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

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Parkscord",
"version": "1.0.0",
"description": "Discord bot to display theme park queue times.",
"scripts": {
"start": "node parkscord.js"
},
"dependencies": {
"themeparks": "5.1.48",
"discord.js": "12.5.3"
}
}