379 Commits (feature/ext-tasks)

Author SHA1 Message Date
Riley Shaw 7cde9febcf [commands] Add Command/Group.add/remove_check 6 years ago
romangraef bc642ded6e [commands] Allow converters from custom discord.ext extensions 6 years ago
Josh B 07840db053 Document Command.cog property 6 years ago
Ben Mintz 1dddb66a1e [commands] default Bot.owner_ids to a set 6 years ago
Rapptz ceaba01776 Add version information from missing PRs. 6 years ago
BluePhoenixGame c7d3ebb400 [commands] Add role cooldown bucket 6 years ago
Rapptz dd12fbf73d [commands] Properly load the original module when reloading fails. 6 years ago
Benjamin Mintz 042a234eac [commands] update sys.modules in load_extension again 6 years ago
ed588 c6133ef881 [commands] Bot.is_owner should be marked as coroutine 6 years ago
Rapptz 2e6882bd8c [commands] Fall back to using Message.mentions in converters 6 years ago
Rapptz 6f71552c50 [commands] Don't update sys.modules with a stale reference. 6 years ago
Rapptz d4b13bd32b [commands] Fix up Paginator documentation. 6 years ago
Matt (IPv4) Cowley 391ff7a486 [commands] Calculate suffix length at each add_line 6 years ago
Rapptz 68342db04d [commands] Properly raise the correct exception for owner_ids 6 years ago
Benjamin Mintz 0a21591d0c [commands] Don't raise ExtensionNotFound for ImportErrors in modules 6 years ago
fourjr 3961e7ef6d Support team members data in application info 6 years ago
Harmon 94c0cb0d5c [commands] Add missing word in HelpCommand documentation 6 years ago
Rapptz 671a19a24a [commands] Ensure cooldowns are properly copied. 6 years ago
Rapptz af4e3ad79b Some documentation touch-ups and missing stuff in the changelog. 6 years ago
Rapptz 991140eebe Replace Enum with an internal one for significant speed improvements. 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Dante Dam 92731bbf5f [commands] Fixed extra "only" in dm_only docs 6 years ago
Rapptz 82b54933e2 Add asyncio.Task subclass for better __repr__ for events. 6 years ago
Dante Dam 1fac7a7e71 [commands] Add missing backtick for is_nsfw docs 6 years ago
Rapptz f74d73327b [commands] Explicitly assign invoked_subcommand to None before invoking 6 years ago
Benjamin Mintz 0a0c43321b [commands] MinimalHelpCommand: add cog description 6 years ago
Rapptz bdea50e1db [commands] Better note for Command.invoke 6 years ago
Rapptz 40cac30da1 [commands] Fix MessageConverter not inheriting from Converter 6 years ago
Rapptz 05d4f7f962 [commands] Fix Context.send_help to work with the copied HelpCommand 6 years ago
Rapptz ad5beed8dd [commands] Copy HelpCommand instances to prevent race conditions. 6 years ago
Rapptz 6dcd68b8d7 [commands] Allow passing `current` to more cooldown mapping methods. 6 years ago
Rapptz 5a7b5cd14b [commands] Allow passing of a message to NoPrivateMessage again. 6 years ago
Rapptz 188bd4e708 [commands] DM channels are NSFW in commands.is_nsfw check. 6 years ago
Rapptz 919dbcafb3 Consistent use of __all__ to prevent merge conflicts. 6 years ago
Rapptz c6410ea9ab [commands] Clean docstrings in Command.parents and Command.root_parent 6 years ago
Rapptz 6620fcc038 [commands] Consistently mention inheritance of exceptions. 6 years ago
Vexs bbf9a42f87 [commands] Add Command.parents 6 years ago
Vexs bb3ebc0ebc [commands] Add custom exception classes for built-in checks 6 years ago
Rapptz 4ca934eb22 [commands] Missing an extra ] in the documented return type. 6 years ago
Vexs dd84773f45 [commands] Allow passing cls to the commands.group decorator 6 years ago
sirtezza451 dbe946a767 [commands] Update default on_command_error 6 years ago
Rapptz 296d4bf580 [commands] Add new MessageConverter to commands prose page. 6 years ago
retke 440db2a568 [commands] Add MessageConverter to fetch messages by URL or ID. 6 years ago
Rapptz 7a1102ccf0 [commands] Use message creation as the reference time in cooldowns 6 years ago
Rapptz ec7a701ceb [commands] Allow passing reference time to update_rate_limit 6 years ago
Rapptz 6574c97a8b [commands] Support callables in Greedy converter 6 years ago
Rapptz ac1b9f5628 [commands] Fix lambda converters in non-module contexts. 6 years ago
Rapptz 015404b01c [commands] Add versionadded to dm_only 6 years ago
Rapptz ec1b3434a2 [commands] Fix erroneous string in dm_only check 6 years ago
Dante Dam aabbd5a446 [commands] Added dm_only check 6 years ago