aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* [commands] Properly name heading for ExtensionErrorRapptz2019-04-101-2/+2
* [commands] Raise TypeError instead of ClientException in some placesRapptz2019-04-072-18/+18
* [commands] Remove extraneous `or`Rapptz2019-04-061-1/+1
* [commands] Fix HelpCommand.invoked_with when used in events.Rapptz2019-04-061-2/+3
* Add helpers to escape markdown and mentions from text.Rapptz2019-04-061-6/+2
* [commands] Disallow bot_ or cog_ commands or listeners in cogs.Rapptz2019-04-061-1/+5
* [commands] Raise BadArgument in ColourConverter when using from_hsv/rgbRapptz2019-04-061-2/+3
* Only escape characters as necessary in clean_contentCapnS2019-04-061-10/+5
* Redesign asset retrieval in the library.NCPlayz2019-04-061-1/+2
* [commands] Fix MinimalHelpCommand opening note signature consistencyRapptz2019-03-241-4/+4
* [commands] Double underscore some attributes.Rapptz2019-03-241-16/+16
* [commands] Add HelpCommand.invoked_withRapptz2019-03-241-2/+22
* [commands] Add Command.cooldown_after_parsing keyword argument.Rapptz2019-03-221-5/+17
* [commands] Ensure handlers are copied even during update.Rapptz2019-03-201-12/+15
* Try to consistently use "inherit" vs "derive" in documentation.Rapptz2019-03-194-14/+14
* [commands] Redesign extension exception flow.Rapptz2019-03-192-21/+115
* [commands] Add Bot.reload_extension for atomic loading.Rapptz2019-03-191-43/+106
* [commands] ColourConverter raises if value is out of rangeJoshua B2019-03-191-0/+2
* Expose MetadataNCPlayz2019-03-191-2/+2
* Organise documentationNCPlayz2019-03-196-43/+38
* [commands] Walk through MRO for Cog derived classes.Rapptz2019-03-171-23/+37
* [commands] Make Bot.cogs and Bot.extensions read-only mappings.Rapptz2019-03-171-12/+23
* Fix pagination of huge command help messages (> ~2,000 chars)slice2019-03-161-2/+12
* Fix documentation linking issue in Messageables and ContextRapptz2019-03-161-5/+5