From b9c073f463b37e0ea02e565b8be9314843127c73 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 14 Jun 2024 15:02:09 -0400 Subject: [PATCH] Add logs for progress --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4334b..48da769 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,14 @@ This repository is my working repo for a ground-up rewrite of NodBot's code to m # Dependencies * `dotenv` * `discord.js` -* `fs` (built in) \ No newline at end of file +* `fs` (built in) + +# TODO: +- Check on error handling and log outputs + +# DONE: +- Initial setup, bot currently starts up, connects, and sends the startup message. + +# Current Commit Status: +[ BRANCH: main ] +No work has been done, this is just the template so far. \ No newline at end of file