diff --git a/README.md b/README.md index 4331276..2a4334b 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package.json b/package.json index 1e6381b..3af6551 100644 --- a/package.json +++ b/package.json @@ -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" }