This commit is contained in:
2024-05-17 23:31:06 +02:00
parent 754c02b173
commit 5899f9602f
4 changed files with 58 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "join2create",
"version": "1.0.0",
"description": "Simple Discord bot with join to create feature",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^14.0.0"
}
}