Disclaimer: This project is currently on hold, as Nori ended on October 14, 2025. It may be revived in the future if suitable resources such as OCR or other resources found.
NoriHelper is a personal assistant bot for Discord that helps manage series and characters for users. It provides commands to add, delete, and list series and characters.
- Detects when a dropped card belongs to the user's favorite character series and sends a notification.
- Add, delete, and list series and characters
- Provides status and help commands
-
Clone the repository:
git clone https://github.com/User-425/NoriHelper cd norihelper -
Install dependencies:
npm install
-
Configure the bot:
- Update the config.json file with your bot token, target bot ID, owner ID, and command prefixes.
-
Start the bot:
npm start
Or use the start.bat file:
start.bat
-
Invite the bot to your Discord server
This project uses JSON as its database. I realize it’s far from ideal, but I couldn’t justify the cost of database hosting for such a small-scale project. The main goal was to keep it as flexible and portable as possible, so I can run it across my PCs interchangeably, especially since I can’t keep any single machine online 24/7.
This project is licensed under the MIT License.
