| Command | Help |
|---|---|
| get | RateLimit get <command> Return rate limits set for the given <command>. |
| set | RateLimit set [<user>] <how many in interval> <interval length> <command> Sets the rate limit of the <command> for the <user>. If <user> is not given, the rate limit will be enforced globally, and if * is given as the <user>, the rate limit will be enforced for everyone. |
| unset | RateLimit unset [<user>] <command> Unsets the rate limit of the <command> for the <user>. If <user> is not given, the rate limit will be enforced globally, and if * is given as the <user>, the rate limit will be enforced for everyone. |