| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Jam tests: add subtests to non-existent category test | 2020-07-22 | -7/+18 | |
| | | | | | | The test has to account for not only the name not matching, but also a lack of available spaces for new channels. | |||
| * | Jam tests: fix category test | 2020-07-22 | -14/+24 | |
| | | ||||
| * | Jams: create a new category if others are full | 2020-07-22 | -20/+31 | |
| | | ||||
| * | Merge pull request #957 from ks129/jam-test | 2020-07-22 | -17/+193 | |
| |\ | | | | | Code Jams unit tests | |||
| | * | Merge branch 'master' into jam-test | 2020-07-22 | -869/+3594 | |
| | |\ | |/ |/| | ||||
| * | | Use max_units for time since join in user command instead of precision | 2020-07-21 | -1/+1 | |
| | | | ||||
| * | | Merge pull request #1056 from python-discord/role-reminders | 2020-07-20 | -49/+139 | |
| |\ \ | | | | | | | Add role reminders | |||
| | * \ | Merge branch 'master' into role-reminders | 2020-07-20 | -26/+1429 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1060 from wookie184/remove-eval-py-formatting | 2020-07-20 | -4/+4 | |
| |\ \ \ | | | | | | | | | Remove eval py formatting | |||
| | * \ \ | Merge branch 'master' into remove-eval-py-formatting | 2020-07-20 | -1/+169 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #955 from ks129/source-command | 2020-07-20 | -0/+135 | |
| |\ \ \ \ | | | | | | | | | | | Source command | |||
| | * \ \ \ | Merge branch 'master' into source-command | 2020-07-20 | -952/+3504 | |
| | |\ \ \ \ | ||||
| | * | | | | | Source: Split to multiple lines to fix too long line on error raising | 2020-06-18 | -1/+3 | |
| | | | | | | | ||||
| | * | | | | | Source: Exclude `tag` from error message when tags cog not loaded | 2020-06-18 | -2/+5 | |
| | | | | | | | ||||
| | * | | | | | Source: Split handling tag and other source items file location | 2020-06-18 | -1/+6 | |
| | | | | | | | ||||
| | * | | | | | Source: Simplify missing tag cog handling | 2020-06-18 | -8/+1 | |
| | | | | | | | ||||
| | * | | | | | Source: Refactor Tags cog missing handling | 2020-06-01 | -20/+16 | |
| | | | | | | | ||||
| | * | | | | | Source: Remove showing aliases for commands | 2020-06-01 | -2/+1 | |
| | | | | | | | ||||
| | * | | | | | Source: Update `get_source_link` docstring | 2020-06-01 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | Source: Move calling `get_source_link` to `build_embed` | 2020-06-01 | -10/+14 | |
| | | | | | | | ||||
| | * | | | | | Source: Simplify tags name and location parsing | 2020-06-01 | -9/+15 | |
| | | | | | | | ||||
| | * | | | | | Tags: Add tag file location storage to cache | 2020-06-01 | -0/+1 | |
| | | | | | | | ||||
| | * | | | | | Source: Include tag into converter's `BadArgument` raising | 2020-05-31 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | Source: Show aliases on title of command source embed | 2020-05-31 | -1/+2 | |
| | | | | | | | ||||
| | * | | | | | Source: Simplify imports | 2020-05-31 | -12/+12 | |
| | | | | | | | ||||
| | * | | | | | Source: In converter move cog checking before command | 2020-05-31 | -4/+4 | |
| | | | | | | | ||||
| | * | | | | | Source: Add command and cog prefixes to title of embed | 2020-05-31 | -2/+2 | |
| | | | | | | | ||||
| | * | | | | | Source: Few text fixes, made help command detection better | 2020-05-31 | -3/+3 | |
| | | | | | | | ||||
| | * | | | | | Source: Add thumbnail to source command bot repo embed | 2020-05-31 | -0/+1 | |
| | | | | | | | ||||
| | * | | | | | Source: Show only first line of every source item docstring instead full | 2020-05-31 | -5/+4 | |
| | | | | | | | ||||
| | * | | | | | Source: Implement file and line showing in source embed footer | 2020-05-31 | -7/+10 | |
| | | | | | | | ||||
| | * | | | | | Source: Move big unions to variable of type | 2020-05-31 | -3/+5 | |
| | | | | | | | ||||
| | * | | | | | Source: Migrate from os.path to Path | 2020-05-31 | -4/+6 | |
| | | | | | | | ||||
| | * | | | | | Source: Implement tags file showing to source command | 2020-05-31 | -16/+27 | |
| | | | | | | | ||||
| | * | | | | | Merge remote-tracking branch 'origin/source-command' into source-command | 2020-05-31 | -439/+1749 | |
| | |\ \ \ \ \ | ||||
| | | * \ \ \ \ | Merge branch 'master' into source-command | 2020-05-31 | -439/+1749 | |
| | | |\ \ \ \ \ | ||||
| | * | | | | | | | Source: Direct aliases to their original commands | 2020-05-31 | -7/+17 | |
| | | | | | | | | | ||||
| | * | | | | | | | Source: Remove checks running from source command | 2020-05-31 | -5/+2 | |
| | |/ / / / / / | ||||
| | * | | | | | | Source: Fix docstrings | 2020-05-31 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| | * | | | | | | Source: Fix description of cog | 2020-05-20 | -1/+1 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Rename cog + move checks status from footer to field | 2020-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 command | 2020-05-20 | -5/+0 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Remove links from title of embeds | 2020-05-20 | -2/+2 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Make converter raising `BadArgument` again | 2020-05-20 | -5/+5 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Fix `Cog` instance of source no `help` attribute | 2020-05-20 | -1/+4 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Implement no argument GitHub repo response | 2020-05-20 | -5/+11 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Remove `command` shadowing on converter | 2020-05-20 | -3/+3 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Make `source` command to `command` instead `group` | 2020-05-20 | -2/+2 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Create `source` command with alias `src` | 2020-05-20 | -1/+7 | |
| | | | | | | | | ||||
| | * | | | | | | Source: Create `build_embed` function that build embed of source item | 2020-05-20 | -0/+27 | |
| | | | | | | | | ||||