A simple Node.js bot for Discord that sets reminders for individual users, inspired by slack. Requires a running MongoDB server to work. The scheduling system is powered by Agenda.
For best performance you should add a compound index on name
ascending, data.userId
ascending, nextRunAt
ascending and lastRunAt
descending - in that order.
Forked from my other bot for discord, catbot.