aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* Add version information from missing PRs.Rapptz2019-08-111-1/+1
* [commands] Add role cooldown bucketBluePhoenixGame2019-08-112-1/+11
* [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
* [commands] Don't update sys.modules with a stale reference.Rapptz2019-07-071-1/+1
* [commands] Fix up Paginator documentation.Rapptz2019-06-291-2/+2
* [commands] Calculate suffix length at each add_lineMatt (IPv4) Cowley2019-06-291-3/+7
* [commands] Properly raise the correct exception for owner_idsRapptz2019-06-291-14/+14
* [commands] Don't raise ExtensionNotFound for ImportErrors in modulesBenjamin Mintz2019-06-292-17/+23
* Support team members data in application infofourjr2019-06-291-4/+27
* [commands] Add missing word in HelpCommand documentationHarmon2019-06-201-1/+1
* [commands] Ensure cooldowns are properly copied.Rapptz2019-06-121-3/+4
* Some documentation touch-ups and missing stuff in the changelog.Rapptz2019-06-091-0/+2
* Replace Enum with an internal one for significant speed improvements.Rapptz2019-06-091-2/+2
* Improve documentationNCPlayz2019-06-077-39/+44
* [commands] Fixed extra "only" in dm_only docsDante Dam2019-05-191-1/+1
* Add asyncio.Task subclass for better __repr__ for events.Rapptz2019-05-191-2/+1
* [commands] Add missing backtick for is_nsfw docsDante Dam2019-05-171-1/+1
* [commands] Explicitly assign invoked_subcommand to None before invokingRapptz2019-05-111-0/+2
* [commands] MinimalHelpCommand: add cog descriptionBenjamin Mintz2019-05-091-0/+3
* [commands] Better note for Command.invokeRapptz2019-05-051-6/+11
* [commands] Fix MessageConverter not inheriting from ConverterRapptz2019-04-291-1/+1
* [commands] Fix Context.send_help to work with the copied HelpCommandRapptz2019-04-291-0/+2
* [commands] Copy HelpCommand instances to prevent race conditions.Rapptz2019-04-291-29/+52
* [commands] Allow passing `current` to more cooldown mapping methods.Rapptz2019-04-242-5/+9
* [commands] Allow passing of a message to NoPrivateMessage again.Rapptz2019-04-202-4/+5
* [commands] DM channels are NSFW in commands.is_nsfw check.Rapptz2019-04-201-2/+3
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-206-24/+82
* [commands] Clean docstrings in Command.parents and Command.root_parentRapptz2019-04-201-7/+3
* [commands] Consistently mention inheritance of exceptions.Rapptz2019-04-201-12/+45
* [commands] Add Command.parentsVexs2019-04-201-8/+22
* [commands] Add custom exception classes for built-in checksVexs2019-04-202-47/+217
* [commands] Missing an extra ] in the documented return type.Rapptz2019-04-191-1/+1
* [commands] Allow passing cls to the commands.group decoratorVexs2019-04-191-3/+8
* [commands] Update default on_command_errorsirtezza4512019-04-181-2/+1
* [commands] Add new MessageConverter to commands prose page.Rapptz2019-04-171-4/+6
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-171-1/+36
* [commands] Use message creation as the reference time in cooldownsRapptz2019-04-141-1/+3