aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Cog tests: add a function to yield all commandsGravatar MarkKoz2020-03-13-0/+7
* Cog tests: add a function to get all qualified names for a cmdGravatar MarkKoz2020-03-13-0/+8
* Cog tests: add a function to get all cogsGravatar MarkKoz2020-03-13-0/+7
* Cog tests: add a function to get all extensionsGravatar MarkKoz2020-03-13-0/+11
* Cog tests: add a function to get all commandsGravatar MarkKoz2020-03-09-0/+12
* Cog tests: create boilerplate for command name testsGravatar MarkKoz2020-03-09-0/+7
* Merge pull request #822 from python-discord/bug/mod/792/null-attachmentsGravatar Eivind Teig2020-03-09-1/+1
|\
| * Merge branch 'master' into bug/mod/792/null-attachmentsGravatar Eivind Teig2020-03-09-6/+103
| |\ | |/ |/|
* | Merge pull request #825 from python-discord/token-detection-fixGravatar Eivind Teig2020-03-09-3/+10
|\ \
| * \ Merge branch 'master' into token-detection-fixGravatar Eivind Teig2020-03-09-3/+93
| |\ \ | |/ / |/| |
* | | Merge pull request #826 from python-discord/voteGravatar Eivind Teig2020-03-09-0/+21
|\ \ \
| * | | Disambiguate codepoint value.Gravatar scragly2020-03-09-1/+2
| * | | Check lower bound for vote options.Gravatar scragly2020-03-09-0/+2
| * | | Merge branch 'master' into voteGravatar scragly2020-03-09-2/+2
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #824 from python-discord/antimalware-fixGravatar Mark2020-03-08-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into antimalware-fixGravatar Mark2020-03-08-1/+70
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Fix filtered extension string out of scope for log messageGravatar S. Co12020-03-08-2/+2
| | * | | Implement vote command.Gravatar scragly2020-03-09-0/+18
| |/ / / |/| | |
* | | | Merge pull request #823 from python-discord/tag-search-searches-tags-via-cont...Gravatar Mark2020-03-08-1/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Refactored to use paginator like normal `!tag`Gravatar Shirayuki Nekomata2020-03-09-12/+20
| * | | Fixed `is_plural` counting 1 less space.Gravatar Shirayuki Nekomata2020-03-08-1/+1
| * | | Refactored dense codes, removed obvious type hint.Gravatar Shirayuki Nekomata2020-03-08-15/+25
| * | | Fixed searching for `,` returing all tags. Made it more descriptive when mult...Gravatar Shirayuki Nekomata2020-03-08-3/+7
| * | | Refactored tag searching via keywords in contentsGravatar Shirayuki Nekomata2020-03-08-8/+6
| * | | Implemented `search` as a subcommand for `tag` that will search in contents i...Gravatar Shirayuki Nekomata2020-03-08-1/+50
|/ / /
| * / Refactor token detection to check all potential substrings in messageGravatar S. Co12020-03-08-3/+10
|/ /
| * ModLog: fix posting null attachments for deleted message logsGravatar MarkKoz2020-03-07-1/+1
|/
* Merge pull request #820 from python-discord/feat/ci/pre-commit-tweaksGravatar Eivind Teig2020-03-06-2/+1
|\
| * Remove excludes from pre-commitGravatar MarkKoz2020-03-05-1/+0
| * CI: don't show diff after pre-commit hooksGravatar MarkKoz2020-03-05-1/+1
|/
* Merge pull request #643 from python-discord/zen-commandGravatar scragly2020-03-05-2/+86
|\
| * Merge branch 'master' into zen-commandGravatar scragly2020-03-05-11/+9
| |\ | |/ |/|
* | Merge pull request #807 from ks129/roles-command-paginationGravatar scragly2020-03-05-11/+9
|\ \
| * \ Merge branch 'master' into roles-command-paginationGravatar scragly2020-03-05-150/+121
| |\ \ | |/ / |/| |
| * | (Information Cog, !roles command test): Removed 's' at end of "Total 1 role(s...Gravatar ks1232020-03-05-1/+1
| * | (Information Cog, !roles command): Added 's' to end of 'role' only if there i...Gravatar ks1232020-03-05-1/+1
| * | (Information Cog, !roles command test): Applied empty parameter change.Gravatar ks1232020-03-05-1/+1
| * | (Information Cog, !roles command): Added empty parameter to pagination (False)Gravatar ks1232020-03-05-1/+1
| * | Merge branch 'master' into roles-command-paginationGravatar S. Co12020-03-03-735/+507
| |\ \
| * | | !roles Command Test: Applied !roles command changesGravatar Karlis. S2020-03-01-3/+2
| * | | !roles Command: Added pagination (LinePaginator), moved roles amount to title...Gravatar Karlis. S2020-03-01-8/+7
| | | * Raise BadArgument if no string match.Gravatar scragly2020-03-05-0/+3
| | | * Re-use embed, use command converter, raise BadArgument.Gravatar scragly2020-03-05-37/+22
| | | * Merge branch 'master' into zen-commandGravatar scragly2020-03-05-2673/+5311
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #814 from python-discord/antimalware-loggingGravatar Mark2020-03-04-17/+24
|\ \ \ \
| * \ \ \ Merge branch 'master' into antimalware-loggingGravatar Mark2020-03-04-133/+97
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #816 from python-discord/extensions-cog-docstring-deprecat...Gravatar Shirayuki Nekomata2020-03-04-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into extensions-cog-docstring-deprecation-warningGravatar Shirayuki Nekomata2020-03-04-128/+85
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #811 from python-discord/feat/deps/o138/pre-commit-hooksGravatar scragly2020-03-04-128/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feat/deps/o138/pre-commit-hooksGravatar scragly2020-03-04-33/+102
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |