aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands
Commit message (Expand)AuthorAgeFilesLines
* [commands] Lazily fetch members in discord.Member convertersRapptz2020-10-171-1/+46
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-1/+1
* Fix and add documentationMichael2020-09-235-9/+45
* [commands] Correct command removing during cog injectingDan Hess2020-09-091-1/+1
* [commands] Fix exception raised in Command invoke hooks.Josh2020-09-091-19/+11
* [commands] Update Bot.command() decorator docsSkye Im2020-09-071-0/+5
* [docs] remove unresolved doc refs, fix attribute refNadir Chowdhury2020-09-071-1/+1
* [commands] add require_var_positionalkhazhyk2020-09-071-1/+13
* [commands] BadBooleanArgument -> BadBoolArgumentRapptz2020-09-042-3/+3
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-043-17/+237
* [commands] Added ColorConverter aliasparafoxia2020-08-311-0/+5
* [commands] Use edited timestamp if provided for cooldown timingRapptz2020-08-251-3/+6
* [commands] implement HelpCommand.add/remove_checkRiley S2020-08-051-0/+43
* [commands] Provide a way to retrieve time left for a cooldown Dan Hess2020-08-052-1/+34
* [commands] Restart subcommand_passed chain on invokeRapptz2020-08-051-0/+2
* Add revisions to check_once docsJaime Garcia Jr2020-07-242-4/+6
* Add documentation on bot_check_onceJaime Garcia Jr2020-07-231-0/+4
* [commands] Add documentation for exceptions in Context.(re)invokeSebbyLaw2020-07-221-0/+10
* [commands] GroupView.get_command shouldn't raise errors for empty namesjack11422020-07-221-0/+2
* Document raises for Converter.convertJames2020-07-081-0/+8
* [commands] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-281-0/+4
* [commands] Add a new exception class for command registration errorsjack11422020-06-282-5/+30
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-286-47/+76
* Prepare for the discord.com domain renameRapptz2020-05-231-1/+1
* Aliases passed as a list or as a tupleSaphielle Akiyama2020-05-101-2/+2
* [commands] Document that cog_command_error must be asyncXua2020-05-101-2/+2
* Escape backslashes in display name in `clean_prefix`jack11422020-05-071-1/+1
* [commands] Raise CheckFailure if all bot "check once" failRapptz2020-04-061-0/+2
* [commands] Stop yielding duplicate commands from walk_commandsMarkKoz2020-04-061-2/+6
* [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
* [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-213-22/+22
* [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
* [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