jakethedev/beatbattlebot

Smarter output for !stopsubs and !stopvotes with bad input

Opened this issue · 0 comments

Currently we pass input straight to the timespan function in both cases. This case is to make sure we have smarter output when the input isn't parsable as a span (1h, 24h, 7d, etc)

Maybe a good candidate for this double-bug being just one function, where stopsubs and stopvotes just pass it a function pointer to the appropriate battledao deadline setter?