| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-06-27 | Code block: clarify get_instructions's docstring | -1/+5 | ||
| It wasn't clear that it also parses the message content. | ||||
| 2020-06-27 | Code block: simplify channel cooldown dict creation | -1/+1 | ||
| 2020-06-27 | Code block: use config constant for cooldown | -2/+4 | ||
| 2020-06-27 | Code block: make PY_LANG_CODES more visible | -1/+2 | ||
| The declaration was a bit hidden between the two regular expressions. | ||||
| 2020-06-27 | Code block: rename BadLanguage attributes | -4/+4 | ||
| The `has_` prefix it clarifies that they're booleans. Co-authored-by: Numerlor <[email protected]> | ||||