449 Commits (66c6be50d8ac5d401a658c757c5f1ccb454c798b)

Author SHA1 Message Date
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
Danny 2a301a4eb4
[tasks] Fix assignment of tuple when appending 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
Steve C ac2cda1ffc [tasks] set internal task to None after canceling 6 years ago
Rapptz e46842a7cd [tasks] Add before_loop and after_loop decorators 6 years ago
Rapptz 015404b01c [commands] Add versionadded to dm_only 6 years ago
Rapptz 4513dac7a3 [tasks] Ensure total number of seconds is not less than 0. 6 years ago
Rapptz 10bc939348 [tasks] Rename Loop.run to Loop.start to avoid blocking connotations 6 years ago
Rapptz b0c7f48caf [tasks] Add a new background helper 'tasks' extension. 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
Rapptz 50dcdac5ca [commands] Fix references in Bot to actually link. 6 years ago
Rapptz ef0b2a1092 [commands] Properly name heading for ExtensionError 6 years ago
Rapptz aeabd0761e [commands] Raise TypeError instead of ClientException in some places 6 years ago
Rapptz 47ab24991f [commands] Remove extraneous `or` 6 years ago
Rapptz ee81f0614e [commands] Fix HelpCommand.invoked_with when used in events. 6 years ago
Rapptz 9833ea82e2 Add helpers to escape markdown and mentions from text. 6 years ago
Rapptz 743a5a218f [commands] Disallow bot_ or cog_ commands or listeners in cogs. 6 years ago
Rapptz e4de25eaab [commands] Raise BadArgument in ColourConverter when using from_hsv/rgb 6 years ago
CapnS 24d3a5a48d Only escape characters as necessary in clean_content 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
Rapptz 43b44751af [commands] Fix MinimalHelpCommand opening note signature consistency 6 years ago
Rapptz e567b59fea [commands] Double underscore some attributes. 6 years ago
Rapptz 8c0c410d0e [commands] Add HelpCommand.invoked_with 6 years ago
Rapptz c96642860c [commands] Add Command.cooldown_after_parsing keyword argument. 6 years ago
Rapptz 64d749a13f [commands] Ensure handlers are copied even during update. 6 years ago
Rapptz c30a366106 Try to consistently use "inherit" vs "derive" in documentation. 6 years ago
Rapptz d9e54d7dd3 [commands] Redesign extension exception flow. 6 years ago
Rapptz 26e9b5bfac [commands] Add Bot.reload_extension for atomic loading. 6 years ago
Joshua B d221ca5f7d [commands] ColourConverter raises if value is out of range 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz f43690bde8 [commands] Walk through MRO for Cog derived classes. 6 years ago
Rapptz f26a27dc98 [commands] Make Bot.cogs and Bot.extensions read-only mappings. 6 years ago
slice 66af80511f Fix pagination of huge command help messages (> ~2,000 chars) 6 years ago
Rapptz 053e2f5b9a Fix documentation linking issue in Messageables and Context 6 years ago
Rapptz cc3b6bdd72 [commands] Rename it to Context.send_help for consistency. 6 years ago
Rapptz ed5fcb320e [commands] Add Context.show_help helper to use the HelpCommand set. 6 years ago
Rapptz 3326adf63b [commands] Optimise GroupMixin.get_command for the no space case. 6 years ago
Rapptz 8466250bcc [commands] Assign context inside HelpCommand.prepare_help_command 6 years ago
Rapptz b728061522 [commands] Add HelpCommand.get_bot_mapping helper. 6 years ago
Rapptz 7a5102ece9 [commands] Return result of send_group_help and send_command_help 6 years ago