aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1060 from wookie184/remove-eval-py-formattingGravatar Senjan212020-07-20-4/+4
|\ | | | | Remove eval py formatting
| * Merge branch 'master' into remove-eval-py-formattingGravatar Senjan212020-07-20-1/+169
| |\ | |/ |/|
* | Merge pull request #955 from ks129/source-commandGravatar Mark2020-07-20-0/+135
|\ \ | | | | | | Source command
| * \ Merge branch 'master' into source-commandGravatar Senjan212020-07-20-952/+3504
| |\ \
| * | | Source: Split to multiple lines to fix too long line on error raisingGravatar ks1292020-06-18-1/+3
| | | |
| * | | Source: Exclude `tag` from error message when tags cog not loadedGravatar ks1292020-06-18-2/+5
| | | |
| * | | Source: Split handling tag and other source items file locationGravatar ks1292020-06-18-1/+6
| | | |
| * | | Source: Simplify missing tag cog handlingGravatar ks1292020-06-18-8/+1
| | | |
| * | | Source: Refactor Tags cog missing handlingGravatar ks1292020-06-01-20/+16
| | | |
| * | | Source: Remove showing aliases for commandsGravatar ks1292020-06-01-2/+1
| | | |
| * | | Source: Update `get_source_link` docstringGravatar ks1292020-06-01-1/+1
| | | |
| * | | Source: Move calling `get_source_link` to `build_embed`Gravatar ks1292020-06-01-10/+14
| | | |
| * | | Source: Simplify tags name and location parsingGravatar ks1292020-06-01-9/+15
| | | |
| * | | Tags: Add tag file location storage to cacheGravatar ks1292020-06-01-0/+1
| | | |
| * | | Source: Include tag into converter's `BadArgument` raisingGravatar ks1292020-05-31-1/+1
| | | |
| * | | Source: Show aliases on title of command source embedGravatar ks1292020-05-31-1/+2
| | | |
| * | | Source: Simplify importsGravatar ks1292020-05-31-12/+12
| | | |
| * | | Source: In converter move cog checking before commandGravatar ks1292020-05-31-4/+4
| | | |
| * | | Source: Add command and cog prefixes to title of embedGravatar ks1292020-05-31-2/+2
| | | |
| * | | Source: Few text fixes, made help command detection betterGravatar ks1292020-05-31-3/+3
| | | |
| * | | Source: Add thumbnail to source command bot repo embedGravatar ks1292020-05-31-0/+1
| | | |
| * | | Source: Show only first line of every source item docstring instead fullGravatar ks1292020-05-31-5/+4
| | | |
| * | | Source: Implement file and line showing in source embed footerGravatar ks1292020-05-31-7/+10
| | | |
| * | | Source: Move big unions to variable of typeGravatar ks1292020-05-31-3/+5
| | | |
| * | | Source: Migrate from os.path to PathGravatar ks1292020-05-31-4/+6
| | | |
| * | | Source: Implement tags file showing to source commandGravatar ks1292020-05-31-16/+27
| | | |
| * | | Merge remote-tracking branch 'origin/source-command' into source-commandGravatar ks1292020-05-31-439/+1749
| |\ \ \
| | * \ \ Merge branch 'master' into source-commandGravatar ks1292020-05-31-439/+1749
| | |\ \ \
| * | | | | 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
| | | | |
| * | | | Source: Created initial cog layout + setup functionGravatar ks1292020-05-19-0/+15
| | | | |
* | | | | Merge pull request #1055 from python-discord/Senjan/clean_messageGravatar Mark2020-07-20-1/+34
|\ \ \ \ \ | |_|_|/ / |/| | | | Added command&system to purge all messages up to given message
| * | | | Merge branch 'master' into Senjan/clean_messageGravatar Senjan212020-07-16-1/+8
| |\ \ \ \
| * | | | | Prevent deleting messages above the desired message.Gravatar Senjan212020-07-16-6/+7
| | | | | |
| * | | | | Fix docstring and commentsGravatar Senjan212020-07-15-13/+7
| | | | | |