gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Reminder and Todo #14

Open RandomDev26 opened 3 years ago

RandomDev26 commented 3 years ago

The remind feature will work as it does on PyDis. The ToDo feature will keep a todo list for both an individual and roles.

ex: !remind time reminder !todo (add/remove) (me/role) todo_item

Shivansh-007 commented 3 years ago

Hmmm, I am fine with remind but for todo, won't it take space in the the database? like we keep this staff only but i don't think it should be a open command.

gustavwilliam commented 3 years ago

We have space in the database. Reminders and todos are also quite tiny in how much space they occupy.

onerandomusername commented 2 years ago

this is partially implemented already, and I MAY be able to implement the todo, but I've never worked with databases so it'll be a learning experience.