Added Command Deployment via REST
This commit is contained in:
parent
d032b5dba8
commit
abb422c7f1
4 changed files with 369 additions and 6 deletions
|
@ -1,9 +1,14 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"discord.js": "^14.5.0",
|
||||
"dotenv": "^16.0.3"
|
||||
"dotenv": "^16.0.3",
|
||||
"puppeteer": "^18.2.1"
|
||||
},
|
||||
"name": "sr6_discord_bot",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"deploy-commands": "node deploy-commands.js"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"description": "Just a discord bot for Shadowrun generation",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue