Added Command Deployment via REST

This commit is contained in:
Sebastian Fischlmayr 2022-10-07 12:02:35 +02:00
parent d032b5dba8
commit abb422c7f1
Signed by: Maverick
GPG key ID: 6379E413924A4E77
4 changed files with 369 additions and 6 deletions

View file

@ -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",