2024-06-14 18:51:26 +00:00
|
|
|
# NodBot v4
|
|
|
|
This repository is my working repo for a ground-up rewrite of NodBot's code to make it more stable and usable.
|
2024-06-14 18:45:04 +00:00
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
* `dotenv`
|
|
|
|
* `discord.js`
|
2024-06-14 19:02:09 +00:00
|
|
|
* `fs` (built in)
|
2024-06-14 23:41:20 +00:00
|
|
|
* `@discordjs/collection`
|
2024-06-14 19:02:09 +00:00
|
|
|
|
|
|
|
# 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 ]
|
2024-06-14 23:41:20 +00:00
|
|
|
No work has been done, this is just the template so far.
|
|
|
|
|
|
|
|
# Roadmap
|
|
|
|
* Database schema restructure to include important information like creation date, edit date, creator, editor, etc
|
|
|
|
* Something for deduplication in the databases
|
|
|
|
* Improve content management interfaces
|