aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | * | | | | | | | | Increase snekbox re eval timeout.Gravatar Numerlor2020-05-15-1/+1
| | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | | | | | | | | | * Infraction Tests: Small fixesGravatar ks1292020-05-20-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove unnecessary space from placeholder - Rename `has_active_infraction` to `get_active_infraction`
| | | | | | | | | | | * ModLog Tests: Fix truncation tests docstringGravatar ks1292020-05-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]>
| | | | | | | | | | | * (Infractions and ModLog Tests): Replaced `shortening` with `truncation`, ↵Gravatar ks1292020-04-16-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed unnecessary type hint and added comment to kick truncation test about awaiting `kick`.
| | | | | | | | | | | * (ModLog): Removed unused `textwrap` import.Gravatar ks1292020-04-16-1/+0
| | | | | | | | | | | |
| | | | | | | | | | | * (ModLog Tests): Created reason shortening tests for `send_log_message`.Gravatar ks1292020-04-16-0/+29
| | | | | | | | | | | |
| | | | | | | | | | | * (Infraction Tests): Created reason shortening tests for ban and kick.Gravatar ks1292020-04-16-0/+54
| | | | | | | | | | | |
| | | | | | | | | | | * (Test Helpers): Added `__ge__` function to `MockRole` for comparing.Gravatar ks1292020-04-15-0/+4
| | | | | | | | | | | |
| | | | | | | | | | | * (Scheduler): Added removal of infraction in DB, when applying infraction ↵Gravatar ks1292020-04-14-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fail. Also don't send DM in this case.
| | | | | | | | | | | * (Scheduler): Removed empty line when expiration not specified in ↵Gravatar ks1292020-04-14-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `apply_infraction`.
| | | | | | | | | | | * (ModLog): Applied force embed description truncating in `send_log_message` ↵Gravatar ks1292020-04-14-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid removing newlines.
| | | | | | | | | | | * (Big Brother): Added truncating reason.Gravatar ks1292020-04-09-2/+3
| | | | | | | | | | | |
| | | | | | | | | | | * (Watchchannel): Added footer shortening.Gravatar ks1292020-04-09-1/+2
| | | | | | | | | | | |
| | | | | | | | | | | * (Talent Pool): Applied reason shortening.Gravatar ks1292020-04-09-5/+5
| | | | | | | | | | | |
| | | | | | | | | | | * (Scheduler): Replaced `infraction['reason']` with `reason` variable using in ↵Gravatar ks1292020-04-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `end_msg`.
| | | | | | | | | | | * (Scheduler): Move reason to end of log text to avoid truncating keys.Gravatar ks1292020-04-09-2/+7
| | | | | | | | | | | |
| | | | | | | | | | | * (Mod Utils): Moved embed description to variable.Gravatar ks1292020-04-09-5/+7
| | | | | | | | | | | |
| | | | | | | | | | | * (Superstarify): Removed unnecessary truncation on `superstarify` command, ↵Gravatar ks1292020-04-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reordered ModLog text.
| | | | | | | | | | | * (Mod Utils): Removed truncation of reason itself and added truncation to ↵Gravatar ks1292020-04-08-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whole embed in `notify_infraction`.
| | | | | | | | | | | * (Scheduler): Removed reason truncation from `apply_infraction`, changed ↵Gravatar ks1292020-04-08-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | order of ModLog embed description item in same function.
| | | | | | | | | | | * (ModLog): Added mod log item embed description truncating when it's too long.Gravatar ks1292020-04-08-1/+2
| | | | | | | | | | | |
| | | | | | | | | | | * (Scheduler): Changed reason truncating in `apply_infraction` from 1900 chars ↵Gravatar ks1292020-04-08-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 1500, added shortening to end message too.
| | | | | | | | | | | * (Superstarify, Scheduler): Added reason shortening for ModLog.Gravatar ks1292020-04-08-2/+2
| | | | | | | | | | | |
| | | | | | | | | | | * (Infractions): Moved truncated reason to variable instead on ban coroutine ↵Gravatar ks1292020-04-08-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating.
| | | | | | | | | | | * (Infractions): Removed unnecessary logging that notify when reason will be ↵Gravatar ks1292020-04-08-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | truncated for Audit Log.
| | | | | | | | | | | * (Mod Utils): Added shortening reason on embed creation in `notify_infraction`.Gravatar ks1292020-04-08-1/+1
| | | | | | | | | | | |
| | | | | | | | | | | * (Ban and Kick): Added space to `textwrap.shorten` `placeholder`.Gravatar ks1292020-04-06-1/+1
| | | | | | | | | | | |
| | | | | | | | | | | * (Ban and Kick): Changed length in `textwrap.shorten` from 309 to 312 because ↵Gravatar ks1292020-04-06-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shorten already include `placeholder` to length.
| | | | | | | | | | | * (Mod Scheduler): Added reason truncations to Scheduler's `apply_infraction`Gravatar ks1292020-04-05-1/+2
| | | | | | | | | | | |
| | | | | | | | | | | * (Ban and Kick): Applied simplification to reason truncating.Gravatar ks1292020-04-05-2/+2
| | | | | | | | | | | |
| | | | | | | | | | | * (Ban and Kick): Replaced force reason truncating with `textwrap.shorten`.Gravatar ks1292020-04-04-2/+3
| | | | | | | | | | | |
| | | | | | | | | | | * (Kick Command): Added logging and truncating to correct length for Discord ↵Gravatar ks1292020-04-04-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit Log when kick reason length is more than 512 characters.
| | | | | | | | | | | * (Banning): Added logging and truncating to correct length for Discord Audit ↵Gravatar ks1292020-04-04-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log when ban reason length is more than 512 characters.
* | | | | | | | | | | | Source: Direct aliases to their original commandsGravatar ks1292020-05-31-7/+17
| | | | | | | | | | | |
* | | | | | | | | | | | Source: Remove checks running from source commandGravatar ks1292020-05-31-5/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Source: Fix docstringsGravatar ks1292020-05-31-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
* | | | | | | | | | | Source: Fix description of cogGravatar ks1292020-05-20-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Source: Rename cog + move checks status from footer to fieldGravatar ks1292020-05-20-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Renamed cog from `Source` to `BotSource` for itself (bot will be unable to get cog, because this always return command). - Moved checks status from footer to field and changed it's content.
* | | | | | | | | | | Source: Remove Cog check displaying from commandGravatar ks1292020-05-20-5/+0
| | | | | | | | | | |
* | | | | | | | | | | Source: Remove links from title of embedsGravatar ks1292020-05-20-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Source: Make converter raising `BadArgument` againGravatar ks1292020-05-20-5/+5
| | | | | | | | | | |
* | | | | | | | | | | Source: Fix `Cog` instance of source no `help` attributeGravatar ks1292020-05-20-1/+4
| | | | | | | | | | |
* | | | | | | | | | | Source: Implement no argument GitHub repo responseGravatar ks1292020-05-20-5/+11
| | | | | | | | | | |
* | | | | | | | | | | Source: Remove `command` shadowing on converterGravatar ks1292020-05-20-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Source: Make `source` command to `command` instead `group`Gravatar ks1292020-05-20-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Source: Create `source` command with alias `src`Gravatar ks1292020-05-20-1/+7
| | | | | | | | | | |
* | | | | | | | | | | Source: Create `build_embed` function that build embed of source itemGravatar ks1292020-05-20-0/+27
| | | | | | | | | | |
* | | | | | | | | | | Source: Add cog loading to __main__.pyGravatar ks1292020-05-20-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Source: Create `get_source_link` function that build item's GitHub linkGravatar ks1292020-05-20-2/+23
| | | | | | | | | | |
* | | | | | | | | | | Source: Create converter for source object convertingGravatar ks1292020-05-19-2/+31
| | | | | | | | | | |