Add dependencies

This commit is contained in:
Skylar Grant 2023-02-10 20:20:37 -05:00 committed by GitHub
parent 38e26325e9
commit a17a4da93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
# Dependencies
* `dotenv`
* `discord.js`
* `fs` (built in)