v3/packages/bot/package.json
Katie Macke 7ec603cf70
Rewrite the bot process in Node/Discord.js (#206)
* Rewrite the bot process in js using discord.js

* remove old go code
2021-03-31 15:35:07 -04:00

10 lines
155 B
JSON

{
"name": "@roleypoly/bot",
"version": "0.1.0",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^12.5.1"
}
}