feat: init

This commit is contained in:
Nick 2024-08-10 02:53:40 -05:00
commit 8379d09058
11 changed files with 591 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "discord-bot",
"version": "1.0.0",
"description": "A simple Discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^14.0.0",
"dotenv": "^16.4.5"
},
"keywords": [],
"author": "",
"license": "ISC"
}