aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* Replace Enum with an internal one for significant speed improvements.Rapptz2019-06-091-2/+2
* Improve documentationNCPlayz2019-06-078-40/+45
* [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
* [tasks] Add version added note to Loop.change_intervalSuhail2019-05-191-0/+2
* [commands] Add missing backtick for is_nsfw docsDante Dam2019-05-171-1/+1
* [tasks] Add way to change interval at run-timeSuhail6inkling2019-05-171-10/+37
* [tasks] Add indicator for internal task failureRapptz2019-05-131-2/+12
* [tasks] Log exception when something failed to logging.Rapptz2019-05-131-0/+6
* [tasks] Return coro from before and after decoratorsSnowyLuma2019-05-131-1/+2
* [tasks] Keep retrying before gracefully exiting.Rapptz2019-05-121-2/+10
* [tasks] Add Loop.stop to gracefully stop a task.Rapptz2019-05-121-0/+17
* [tasks] Reset iteration count when loop terminates.Rapptz2019-05-121-0/+1
* [commands] Explicitly assign invoked_subcommand to None before invokingRapptz2019-05-111-0/+2
* Fix typo in Loop.restart documentationSteve C2019-05-101-1/+1
* [tasks] Add Loop.restartRapptz2019-05-101-1/+28
* [commands] MinimalHelpCommand: add cog descriptionBenjamin Mintz2019-05-091-0/+3
* [commands] Better note for Command.invokeRapptz2019-05-051-6/+11
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-8/+20
* [commands] Fix MessageConverter not inheriting from ConverterRapptz2019-04-291-1/+1
* [tasks] Remove support for awaitables due to gotchas.Rapptz2019-04-291-17/+17
* [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
* [tasks] Fix assignment of tuple when appendingDanny2019-04-151-1/+1
* [commands] Use message creation as the reference time in cooldownsRapptz2019-04-141-1/+3
* [commands] Allow passing reference time to update_rate_limitRapptz2019-04-141-2/+2
* [commands] Support callables in Greedy converterRapptz2019-04-131-1/+1
* [commands] Fix lambda converters in non-module contexts.Rapptz2019-04-131-1/+1
* [tasks] set internal task to None after cancelingSteve C2019-04-121-0/+1
* [tasks] Add before_loop and after_loop decoratorsRapptz2019-04-121-16/+79
* [commands] Add versionadded to dm_onlyRapptz2019-04-121-0/+2
* [tasks] Ensure total number of seconds is not less than 0.Rapptz2019-04-111-3/+6
* [tasks] Rename Loop.run to Loop.start to avoid blocking connotationsRapptz2019-04-111-3/+3
* [tasks] Add a new background helper 'tasks' extension.Rapptz2019-04-111-0/+209
* [commands] Fix erroneous string in dm_only checkRapptz2019-04-111-1/+1
* [commands] Added dm_only checkDante Dam2019-04-112-7/+29
* [commands] Fix references in Bot to actually link.Rapptz2019-04-101-5/+2