mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
Rewrite the bot process in Node/Discord.js (#206)
* Rewrite the bot process in js using discord.js * remove old go code
This commit is contained in:
parent
55bc84e045
commit
7ec603cf70
23 changed files with 104 additions and 799 deletions
10
packages/bot/package.json
Normal file
10
packages/bot/package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "@roleypoly/bot",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^12.5.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue