Cofi-Dev / Cofi-Bot

🤖 Cofi-Bot is a multifunction chat bot for Discord.
MIT License
6 stars 1 forks source link

[Command] Remind notes #38

Open victorst79 opened 3 years ago

victorst79 commented 3 years ago

Describe the feature: It is intended to include a functionality in which the bot reminds the user, user groups or roles a note / message as a reminder.

Describe a specific use case for the feature: The user wants every day at 9 in the morning to remind users of the role @developer to have a meeting of 10 minutes.

The user would have an input similar to this to create the reminder:

!remind "Daily 10 min meeting" every-day 9:00

Progress

victorst79 commented 3 years ago

Related documentation from @discord-akairo:

Modify the logic of the command so that it obtains the parameters in a different way. Pending testing with flag and without flag.

ArgumentOptions: Documentation ArgumentMatch: Documentation