Infiziert90 / Tsuzuru-Bot

Bot for Discord with spoiler function and other stuff.
MIT License
4 stars 3 forks source link

Add repeatable timers #19

Open FichteFoll opened 3 years ago

FichteFoll commented 3 years ago

Add repeatable timers, likely leveraging cron expressions.

To combat abuse, this feature could:

Useful python modules:

https://pypi.org/project/cron-descriptor/ https://pypi.org/project/cron-validator/ https://pypi.org/project/cron-converter/

Infiziert90 commented 3 years ago

https://github.com/Infiziert90/Tsuzuru-Bot/blob/master/cmd_manager/filters.py#L36