| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-03-28 | Add myself to CODEOWNERS (#1489) | -9/+9 | ||
| 2021-03-28 | Update bot/exts/info/information.py | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-03-28 | Filter codeblick escapes and allow no mentions for !raw command | -5/+5 | ||
| 2021-03-28 | Reduce API calls in `!dmrelay`. | -15/+13 | ||
| 2021-03-28 | Force cache to update for user history. | -1/+8 | ||
| Before, the user would have to send a DM to the bot after startup for the bot to realize there is DM history with that specific user. Now, we force a cache refresh when a moderator invokes `!dmrelay`, so this shouldn't be an issue anymore. | ||||
| 2021-03-28 | Account for requesting the bot's DMs with itself. | -1/+1 | ||
| 2021-03-28 | Improve `DMRelay` cog description. | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-03-28 | Added a newline to space out some code. | -0/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-03-27 | Restrict DMRelay cog to moderators only. | -2/+6 | ||