!superstarify default time#1532
Conversation
Co-authored-by: Rohan Reddy Alleti <rohanjnr44@gmail.com>
|
I'm wondering if it would be better to do the same thing done to set the default duration of the mute command, meaning use the |
I thought of doing that, but the Duration().converter(...) needs to parse and convert the string |
True, but I don't really mind the extra operation. It's cheap and hidden anyway. |
alright then, we can use the Duration() class directly |
Co-authored-by: Boris Muratov <8bee278@gmail.com>
Relevant issues
Closes #1515
Description
Makes the
durationparameter optional giving it a default value of 1 hour as suggested in the issue