aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* [commands] Rename it to Context.send_help for consistency.Rapptz2019-03-161-2/+2
* [commands] Add Context.show_help helper to use the HelpCommand set.Rapptz2019-03-161-0/+67
* [commands] Optimise GroupMixin.get_command for the no space case.Rapptz2019-03-161-0/+4
* [commands] Assign context inside HelpCommand.prepare_help_commandRapptz2019-03-161-3/+9
* [commands] Add HelpCommand.get_bot_mapping helper.Rapptz2019-03-161-5/+11
* [commands] Return result of send_group_help and send_command_helpRapptz2019-03-161-2/+2
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-162-5/+5
* [commands] Add back dm_help tribool for the provided HelpCommandsRapptz2019-03-161-0/+42
* [commands] Add commands.Paginator.__len__Rapptz2019-03-161-0/+10