| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-02-28 | Don't allow adding filter lists with no implementation | -0/+9 | ||
| Filter lists with no implemenation are not loaded, therefore if one is added with no implementation there is then no way to interact with it. Instead of accounting for that case it makes more sense to require an implemenation first. | ||||
| 2023-02-28 | Re-add webhook and discord token check in other cogs | -2/+10 | ||
| Co-authored-by: wookie184 <[email protected]> | ||||
| 2023-02-28 | Correct type hint | -1/+1 | ||
| Co-authored-by: wookie184 <[email protected]> | ||||
| 2023-02-28 | Deprecated `warn` -> `warning` | -2/+2 | ||
| Co-authored-by: wookie184 <[email protected]> | ||||
| 2023-02-28 | Fix Infraction check | -1/+1 | ||
| Co-authored-by: decorator-factory <[email protected]> | ||||
| 2023-02-28 | Use literals as defaults where possible | -5/+5 | ||
| Co-authored-by: wookie184 <[email protected]> | ||||
| 2023-02-28 | Properly parameterize type hints in filter context | -3/+3 | ||
| Co-authored-by: decorator-factory <[email protected]> | ||||
| 2023-02-28 | `__or__` -> `union` + `Self` type-hint in action settings | -24/+18 | ||
| Keeps the type hint accurate in the subclasses, and avoids having type guards for each implementation. Co-authored-by: decorator-factory <[email protected]> Co-authored-by: Ionite <[email protected]> | ||||
| 2023-02-27 | Explicitly handle embed being too long | -4/+6 | ||
| Co-authored-by: Ionite <[email protected]> | ||||
| 2023-02-27 | Use public typing API for `starting_value` | -7/+8 | ||
| Co-authored-by: Ionite <[email protected]> | ||||
| 2023-02-27 | Simplify `Settings.copy` | -3/+2 | ||
| Co-authored-by: Ionite <[email protected]> | ||||