aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* Allow for optional custom error handler in tasks extensionJosh B2020-04-041-6/+38
* Remove extra to in tasks docsEpic2020-04-041-1/+1
* [tasks] Add is_running property to LoopJames2020-04-041-0/+7
* [commands] Implement `commands.before/after_invoke`NCPlayz2020-04-041-8/+97
* [commands] Fix a typo in the docstring of the internal _Semaphore classs0lst1ce2020-04-041-1/+1
* [commands] Raise when passing invalid permission keys in their checksRapptz2020-02-021-4/+24
* Import ABC from collections.abc instead of collectionsKarthikeyan Singaravelan2020-01-251-1/+1
* Fix warnings regarding invalid escape sequences.Karthikeyan Singaravelan2020-01-251-1/+1
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-2/+5
* Improve usability of utils.sleep_untilJosh B2020-01-211-6/+0
* [commands] Only clean semaphore when there are no waitersRapptz2020-01-211-1/+4
* [commands] Implement Command.__call__Rapptz2020-01-211-0/+18
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-214-26/+26
* [commands] Be more clear in the default error for MaxConcurrencyReachedRapptz2020-01-211-1/+1
* [commands] Refactor BucketType to not repeat in other places in codeRapptz2020-01-211-39/+24
* [commands] Add max_concurrency decoratorRapptz2020-01-213-1/+204
* [tasks] Use new sleep_until util instead of internal functionRapptz2020-01-211-6/+2
* [tasks] Fix issue with next_iteration when task overruns time allottedJosh B2020-01-211-3/+7
* [tasks] Add Loop.next_iteration propertyJosh B2020-01-201-1/+26
* [commands] Allow @ prefixed usernames in DM contexts for UserConverterHugo Woesthuis2020-01-201-2/+7
* Bump copyright year to 2020Rapptz2020-01-1911-11/+11
* [commands] Case insensitivity uses casefold instead of lowerRapptz2020-01-191-6/+6
* [commands] Document BucketType separatelyRapptz2020-01-181-10/+2
* [commands] Context.send_help properly sends to on_help_command_errorRapptz2020-01-181-10/+22
* [commands] Add missing async in documentationapple502j2020-01-141-1/+1
* [commands] Force the predicate attribute in checks to be a coroutineRapptz2020-01-141-53/+12
* Patch clean_prefix for new text editorMichael H2020-01-141-1/+2
* [commands] Add check_any check to OR together various checksRapptz2020-01-062-0/+91
* [commands] Document the changed Command.can_run behaviourRapptz2020-01-061-1/+5
* [commands] Make Command.can_run process disabled commandsRapptz2020-01-061-8/+6
* [commands] Add predicate attribute to checks to get inner functionRapptz2019-12-181-0/+67
* [commands] Make Greedy ignore parsing errors.Rapptz2019-12-171-16/+16
* [commands] check if prefix is None in .pagesStarrFox2019-12-171-1/+1
* [commands] Add guild-based permission checksXua2019-12-171-0/+48
* Fix typo in help.py docsNelluk2019-11-261-1/+1
* Revert "[tasks] Add Loop.exception for more reliable exception retrieval."Rapptz2019-11-191-14/+1
* Revert "[tasks] Add support for explicit time parameter when running."Rapptz2019-11-191-92/+14
* [commands] Add Command/Group.add/remove_checkRiley Shaw2019-11-151-0/+34
* [commands] Allow converters from custom discord.ext extensionsromangraef2019-10-201-1/+1
* Document Command.cog propertyJosh B2019-10-171-0/+2
* [commands] default Bot.owner_ids to a setBen Mintz2019-09-101-1/+1
* [tasks] Add support for passing an argument list of exceptions.mathsman51332019-09-101-17/+18
* Add version information from missing PRs.Rapptz2019-08-111-1/+1
* [tasks] Add support for explicit time parameter when running.Rapptz2019-08-111-14/+92
* [commands] Add role cooldown bucketBluePhoenixGame2019-08-112-1/+11
* [tasks] Add Loop.exception for more reliable exception retrieval.Rapptz2019-07-271-1/+14
* [commands] Properly load the original module when reloading fails.Rapptz2019-07-271-2/+3
* [commands] update sys.modules in load_extension againBenjamin Mintz2019-07-181-1/+5
* [commands] Bot.is_owner should be marked as coroutineed5882019-07-181-1/+3
* [commands] Fall back to using Message.mentions in convertersRapptz2019-07-101-2/+4