aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* Change copyright year to presentNihaal Sangha2021-01-1512-12/+12
* [commands] Add PartialMessageConverterJosh2021-01-151-13/+35
* Fix documented type of `Command.usage`jack11422021-01-141-1/+1
* [commands] Correct ChannelNotFound docstringBeatButton2021-01-121-1/+1
* [commands] fully remove command when CommandRegistrationError is raised for a...Sebastian Law2020-12-291-1/+7
* [commands] Correct concurrency never releasing during prepare callDan Hess2020-12-261-7/+12
* [commands] max_concurrency comes before cooldownsRapptz2020-12-171-3/+3
* [tasks] Fix a typo in documentationRapptz2020-12-141-1/+1
* [tasks] Add support for manually calling the wrapped coroutineRapptz2020-12-141-0/+20
* [commands] Added in missing channel linksBen Skerritt2020-12-071-1/+1
* [commands] Cog unload failures are swallowed.Rapptz2020-12-031-1/+4
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-2/+1
* Implement discord.Message.replyPikalaxALT2020-11-261-0/+5
* [commands] Allow setting description of cogsSebbyLaw2020-11-261-5/+15
* [commands] Fetch user if an ID is passed and cache lookup fails.Rapptz2020-11-231-18/+29
* Fix error with templates not having access to member cache flags.Rapptz2020-11-211-2/+2
* [commands] Update MessageConverter link regexJonathan Feenstra2020-11-211-4/+3
* [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
* [tasks] Lazily fetch event loop if one isn't providedRapptz2020-09-101-1/+4
* [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
* [tasks] Don't update _next_iteration on retryJosh2020-08-281-2/+7
* [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
* [tasks] Remove HTTPException as an exception to silently continue for Dan Hess2020-08-051-1/+0
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-251-3/+0
* 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
* Add a licence and encoding declaration to missing filesJames2020-07-081-0/+26
* [commands] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-281-0/+4
* [tasks] Fix issue with default error handler in class contextJosh2020-06-281-1/+2
* [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
* [tasks] Allow Loop.cancel in Loop.before_loopSteve C2020-05-101-0/+1
* [commands] Document that cog_command_error must be asyncXua2020-05-101-2/+2