Init package and install dependencies

This commit is contained in:
Skylar Grant 2024-06-14 14:51:26 -04:00
parent e3caebcb85
commit 5210f8f40f
2 changed files with 14 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Discord Bot Template
This is a very basic Discord.js v14 bot template. This is meant to be an easy jumping-off point for quick bot creation without having to set up the basics every time.
# NodBot v4
This repository is my working repo for a ground-up rewrite of NodBot's code to make it more stable and usable.
# Dependencies
* `dotenv`

View File

@ -1,7 +1,16 @@
{
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"string.prototype.replaceall": "^1.0.7"
}
},
"name": "nodbot-rewrite",
"version": "1.0.0",
"description": "Ground-up rewrite of NodBot for v4",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}