87 Commits (065f408a1046c4a150dd9d642c13baded002f788)

Author SHA1 Message Date
Rapptz e24914be0b [commands] Fix NameError when given an invalid prefix. 8 years ago
Rapptz fce2ef5534 [commands] Raise when an invalid prefix is given. 8 years ago
Rapptz bcaee518a1 [commands] Remove support for pass_context=False in Command. 8 years ago
Rapptz 2f97678a79 First pass at commands narrative documentation. 8 years ago
khazhyk fc22d288be [commands] unload cog submodules 8 years ago
khazhyk 6c01250c39 [commands] fix unloading incorrect cogs 8 years ago
khazhyk bca72e64d6 [commands] clean up remove_cog documentation 8 years ago
Rapptz 0b9d402272 [commands] Improve commands.when_mentioned_or documentation. 8 years ago
Rapptz 717f11d635 [commands] Add Bot.check_once for a global check that is called once. 8 years ago
Rapptz e62e2c7cc6 [commands] Fix cog error detection in the default global error handler. 8 years ago
Rapptz 7d6435fa9c [commands] Don't display default error handler if a cog local exists. 8 years ago
Rapptz 83dc93559c [commands] Add docstrings for extension loading. 8 years ago
Rapptz f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz c3e39cd722 [commands] Fix Context.command_failed from being incorrect. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz 8ef984746a [commands] Fix default error handler to work with the switch. 8 years ago
Rapptz a2c9cefac9 [commands] Re-order error handler arguments. 8 years ago
Rapptz 37681dd0ea [commands] Fix lack of space in when_mentioned 8 years ago
Rapptz c005ef5d44 [commands] Make when_mentioned always have both mention formats. 8 years ago
Rapptz b6ac856868 [commands] Allow loading cogs from folders. 8 years ago
Rapptz 5c5e7ae1d6 [commands] Add is_owner check and Bot.is_owner. 8 years ago
Rapptz 54fdafb792 [commands] Add BotBase.get_cog_commands to get all a cog's commands. 8 years ago
Rapptz fe588a4d52 [commands] Change GroupMixin.commands to all_commands 8 years ago
Rapptz 9cb89f019e [commands] Register cog listeners with the name of the attribute. 8 years ago
Rapptz 47ef657fbd Implement async checks. Fixes #380. 8 years ago
Rapptz 1c49374210 [commands] Implement before and after invoke command hooks. 8 years ago
Rapptz 8fa50a8f3e [commands] Add Context.command_failed attribute. 8 years ago
Rapptz 0e1bd1647e [commands] Rename __check to __global_check for cogs. 8 years ago
Rapptz 4016154529 [commands] Allow customising the Context class in get_context. 8 years ago
Rapptz 234fd5180f Optimise attribute access when dispatching. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz ea72d5e63d [commands] Guarantee that local error handler is called before generic. 8 years ago
Rapptz ce9d5b4f4a [commands] Split process_commands into lower level bits. 8 years ago
Rapptz 695b62ccd3 [commands] Make Command a descriptor for #426. 8 years ago
Rapptz d22d8cc430 [commands] Add AutoShardedBot counterpart to AutoShardedClient. 8 years ago
Rapptz 496f5d0472 [commands] Fix help command from not working with recent changes. 8 years ago
Rapptz 20ddc9f14f [commands] Remove send_ utility functions. 8 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz 20251c54a7 [commands] Bot skip check now works with the new __eq__ changes. 9 years ago
PapyrusThePlant 31cd9ad37a [commands] Bugfix on the teardown function call. 8 years ago
Rapptz bed2e90e82 Properly propagate loop. Fixes #420. 8 years ago
Rapptz 00e30f3106 [commands] Shield against dictionary resize in Bot.close 8 years ago
Rapptz fc1a7183a0 [commands] Unload all cogs when gracefully exiting bot. 8 years ago
Rapptz 6d88024f0f [commands] Add special extension function 'teardown' for clean-up. 8 years ago
Rapptz bafaf72c89 [commands] Unload all extensions when gracefully closing bot. 8 years ago
Rapptz 967d43c35b [commands] Allow coroutine functions in Bot.command_prefix 9 years ago
Rapptz 1e9251cfef [commands] Delete module when it does not have a setup function. 9 years ago
Rapptz cd87f247d3 [commands] Make Bot.check decorator an actual decorator. 9 years ago
PapyrusThePlant 1aaeeff02b [commands] Added missing parenthesis in examples 9 years ago
Rapptz adbf2c720f [commands] Add the concept of global checks. 9 years ago