Is your feature request related to a problem? Please describe.
My bot has rate limiting implemented and Corde runs command checks too quickly, which ends up being rate limited:

Describe the solution you'd like
A global configurable delay for sending individual commands and potentially a per-command parameter (like timeout).
Describe alternatives you've considered
Maybe this would work? I haven't tested it yet.
Nope, I just tested it and all it does is hang for a long time before executing all the commands without any delay between them.

Is your feature request related to a problem? Please describe.
My bot has rate limiting implemented and Corde runs command checks too quickly, which ends up being rate limited:
Describe the solution you'd like
A global configurable delay for sending individual commands and potentially a per-command parameter (like
timeout).Describe alternatives you've considered
Maybe this would work? I haven't tested it yet.Nope, I just tested it and all it does is hang for a long time before executing all the commands without any delay between them.