Repo for rebuilding NodBot from the ground up
Go to file
Skylar Grant a41cc9b51d Moved a lot from env to config 2024-06-15 08:22:41 -04:00
.github/workflows Initial commit 2024-06-14 18:45:04 +00:00
data Moved a lot from env to config 2024-06-15 08:22:41 -04:00
modules Moved a lot from env to config 2024-06-15 08:22:41 -04: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 Improved roadmap 2024-06-14 20:19:18 -04:00
main.js Moved a lot from env to config 2024-06-15 08:22:41 -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)
  • @discordjs/collection

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.

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
  • Improve content caching and establish a fallback procedure to check the database if the content isn't cached, this will remove the reloads
  • Update .spongebob so that it handles replies properly, detecting if the replied message or the replying message should be sb'd
  • Add a .shed command for shedfakes
  • Google search
  • Youtube search, maybe implementing the head-emojis of popular youtubers like Tech Connections, Tom Scott, etc.
  • METAR/TAF retrieval
  • [-] Add some recursive command detection for something like This is a message {nod.gif} which would treat nod.gif as a command
  • Clean up Joints database, specifically strain names, attempt to find more data
  • Add some other file extension aliases, .wav in particular
  • Meme generator, possibly look into seeing if imgflip has an API

Recent non-versioned upgrades

  • Implemented Ashtray and Bowl Screen to reduce redundant and repetitive .joints
  • Removed pseudo-random capitalization in .spongebob