Repo for rebuilding NodBot from the ground up
Go to file
Skylar Grant 448cec95c2 Enable startup message 2024-06-14 15:02:17 -04:00
.github/workflows Initial commit 2024-06-14 18:45:04 +00:00
data Initial commit 2024-06-14 18:45:04 +00:00
modules Initial commit 2024-06-14 18:45:04 +00:00
slash-commands Initial commit 2024-06-14 18:45:04 +00:00
.dockerignore Initial commit 2024-06-14 18:45:04 +00:00
.eslintrc.json Initial commit 2024-06-14 18:45:04 +00:00
.gitignore Initial commit 2024-06-14 18:45:04 +00:00
Dockerfile Initial commit 2024-06-14 18:45:04 +00:00
README.md Add logs for progress 2024-06-14 15:02:09 -04:00
main.js Enable startup message 2024-06-14 15:02:17 -04:00
package.json Init package and install dependencies 2024-06-14 14:51:26 -04:00

README.md

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
  • discord.js
  • 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.