Intital Commit

This commit is contained in:
CICD - Pipeline 2023-04-09 23:00:21 +02:00
parent c136b52cb4
commit 02c8262d4c
2 changed files with 11 additions and 0 deletions

0
main.js Normal file
View File

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "subsonics-bot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "nodemon main.js"
},
"author": "Raphix",
"license": "ISC"
}