From a17a4da93db83fd9e57cc560c676731ef6ba3991 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 10 Feb 2023 20:20:37 -0500 Subject: [PATCH] Add dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e49c919..4331276 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # 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. \ No newline at end of file +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. + +# Dependencies +* `dotenv` +* `discord.js` +* `fs` (built in) \ No newline at end of file