| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-08-11 | Update embed sent when channel moves to dormant category | -1/+8 | ||
| 2021-08-11 | Update DORMANT_MSG to allow kwargs in str.format() | -3/+3 | ||
| 2021-08-11 | Update DORMANT_MSG to be compatible with str.format() | -3/+3 | ||
| 2021-08-10 | chore: remove some newlines in the blocking tag | -5/+0 | ||
| 2021-08-09 | Fixed error message to match true value | -1/+1 | ||
| When the limit was raised, the error message was not edited to reflect the change. https://github.com/python-discord/bot/commit/6f45d6896adb3f05962733cec8e5db199def20bc | ||||
| 2021-08-08 | change dockerfile python version to latest 3.9.x | -1/+1 | ||
| 2021-08-04 | Reorder user roles in !user command from highest to lowest (#1719) | -1/+3 | ||
| Reorder user roles in !user command from highest to lowest | ||||
| 2021-08-04 | Suppress 403 error when sending DEFCON reject DM (#1711) | -3/+5 | ||
| 403 occurs if the user has DMs disabled. Fixes BOT-137 | ||||
| 2021-08-03 | Force utf-8 decoding when querying metabase | -2/+2 | ||
| Some discord usernames contain unicode characters, which causes an decoding error as chardet isn't 100% and can't falsely detect the response text as Windows-1254. | ||||
| 2021-08-03 | Add comment on RedisCache | -0/+2 | ||
| 2021-08-03 | Update Sentry SDK to 1.3 | -78/+131 | ||
| 2021-08-03 | Correctly delete from cache | -1/+2 | ||
| * Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies. | ||||
| 2021-08-03 | Add check for redundant change | -0/+8 | ||
| 2021-08-03 | Remove bot prefix from docstring and change single quotes to double | -11/+11 | ||