| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-06-20 | Use the correct constant name for deleteing after a delay | -1/+1 | ||
| 2021-06-19 | Only fetch message counts if in mod channel | -4/+1 | ||
| Changes to only fetch message counts for the user command if in a mod channel, as they are not displayed otherwise, and so an unnecessary api call. | ||||
| 2021-06-19 | Change seen emoji to reviewed emoji | -11/+11 | ||
| 2021-06-19 | Filters: up character limit to 4,200 | -1/+1 | ||
| Since Discord Nitro now unlock a 4,000 character limit, some of our code broke, including our filters which limit you to only post up to 3,000 character in 10s. This limit has been upped to 4,200. I added 200 characters so if a full length message is sent with another small comment it wouldn't trigger the filter. I can think of some past instances where that would have happened. | ||||
| 2021-06-18 | Add mods channel to config explicitly | -0/+2 | ||
| 2021-06-16 | Update bot/exts/help_channels/_cog.py | -2/+1 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-06-16 | Use RedirectOutput.delete_delay | -3/+4 | ||
| 2021-06-16 | Fix wrong exception | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-06-16 | Update helpdm error message | -4/+2 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-06-15 | Fix helpdm couldn't DM the user (#1640) | -1/+19 | ||
| 2021-06-14 | Modified the proposed message after discussion in yesterday's staff meeting. | -4/+5 | ||
| 2021-06-13 | Added `python_community` and `partners` role havers to `!poll`. | -1/+2 | ||
| 2021-06-12 | Proposed alternative "available help channel" message. | -7/+5 | ||
| These changes are intended to help people ask better questions from the onset of their help session. | ||||
| 2021-06-12 | Edit indentation | -3/+3 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-06-12 | Add bool converter to allow a variety of inputs | -4/+4 | ||
| 2021-06-12 | Add bool converter to allow a variety of inputs | -11/+10 | ||
| 2021-06-12 | Move the suppressed_exceptions argument to an optional kwarg | -2/+3 | ||
| Forcing it to be passed as a kwarg makes it clearer what the exceptions are for from the caller's side. | ||||
| 2021-06-12 | Add Optional typehint to parameter | -4/+4 | ||
| The indentation was also dedented one level and a trailing comma added to be consistent over the project Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-06-12 | Add an optional loop kwarg to scheduling.create_task | -3/+15 | ||
| Before this change, the create_task util couldn't be used to schedule tasks from the init of cogs, as it relied on asyncio.create_task that uses the currently running loop to create the task. The loop kwarg allows the caller to pass the loop itself if there's no running loop yet. | ||||
| 2021-06-11 | Add black-formatter to reminders overrides | -0/+6 | ||
| Adds the black-formatter channel to the remind command overrides to allow usage of the command in the channel. This isn't the cleanest patch, ideally the whole OSS category would be whitelisted but the filter currently doesn't support categories. Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| 2021-06-10 | Edit ignore close messages if statement | -1/+1 | ||
| 2021-06-10 | Tests: update infraction DM to mention UTC | -2/+2 | ||
| 2021-06-10 | Infraction: DM mention that the expiration is in UTC time | -1/+1 | ||
| We have a few users DMing ModMail to ask why they haven't been unmuted and their mute should have expired. Most of the time it is simply that they forgot to convert their local time to UTC time. This can hopefully avoid some of those instances. | ||||
| 2021-06-08 | Change discord.py colour to constants colour | -1/+1 | ||
| 2021-06-08 | Fix reverted change | -1/+1 | ||
| 2021-06-08 | Make helpdm command more concise | -27/+10 | ||
| 2021-06-08 | Cleanup indentation and participant dm | -8/+6 | ||
| 2021-06-08 | Make toggle command one command instead of 2 | -25/+27 | ||
| 2021-06-08 | Change mention format | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-06-07 | Remove useless else and if statement | -17/+12 | ||
| 2021-06-07 | Fix failed linting | -6/+8 | ||
| 2021-06-07 | Add docstring to commands | -5/+11 | ||
| 2021-06-07 | Remove embed test | -14/+0 | ||
| 2021-06-07 | Add helpdm participating embed | -1/+12 | ||
| 2021-06-07 | Add help dm feature | -4/+35 | ||
| 2021-06-07 | Add caches required for help-dm | -0/+9 | ||
| 2021-06-07 | nothing to see here | -0/+60 | ||
| 2021-06-06 | Renamed blocked_extension_str to blocked_extension. | -3/+3 | ||
| 2021-06-06 | Added new formats to unittest docstrings. | -2/+2 | ||
| 2021-06-06 | Change to unless-stopped restart policy | -1/+1 | ||
| Since we use the same port for redis on all out projects, having this always restart causes conflicts for people starting up docker and wanting to use redis for anyother project. | ||||
| 2021-06-06 | Added subtests for `.txt`, `.json`, and `.csv` files. | -16/+28 | ||
| 2021-06-06 | Added .txt file extension to antimalware test. | -1/+4 | ||
| 2021-06-05 | Allowed text format warning to have multiple formats. | -3/+8 | ||