139 Commits (5422655a863d4ddbfecd4c5040c0d2d723c6e3b9)

Author SHA1 Message Date
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 12c1cd9b14 [commands] Add cog local checks via __local_check 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 11b54d67c9 [commands] Change UserConverter to actually work with User, not Member. 8 years ago
Rapptz 92dd519b1a Remove _get_guild_id from Messageable ABC. 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 3f06cf9e81 [commands] Don't use removed is_private attribute in core decorators. 8 years ago
Rapptz 496f5d0472 [commands] Fix help command from not working with recent changes. 8 years ago
Rapptz 7431a127cf Change Messageable channel getter to be a coroutine. 8 years ago
Rapptz d5b616fa11 Rename MessageChannel abc to Messageable. 8 years ago
Rapptz 20ddc9f14f [commands] Remove send_ utility functions. 8 years ago
Rapptz 406984af2e [commands] First pass in making commands ext work again. 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
Rapptz e4b16851bf Slots use tuples instead now. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 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 b8909ae389 [commands] Properly propagate CommandError derived exceptions. 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
khazhyk b1117262da [commands] Run global checks in help formatter. 8 years ago
Rapptz 6f2603c049 [commands] Remove slots on Context. 8 years ago
Max Kamps 25c262461e [commands] Fix mistake in Paginator error message. 9 years ago
Max Kamps 8f0d16629f [commands] Fix Paginator still allowing lines which are too long. 9 years ago
Rapptz 7c0be1cade [commands] Raise exception if Paginator gets a line that is too big. 9 years ago
Rapptz 967d43c35b [commands] Allow coroutine functions in Bot.command_prefix 9 years ago
Rapptz 152b3a1125 [commands] Default converters now take in IDs to match against. 9 years ago
Rapptz b0509a6910 [commands] Cooldowns don't trigger due to user usage error. 9 years ago
Dan Hess b7ffbca0c7 [commands] Added a method to reset command cooldown. 9 years ago
Rapptz 1e9251cfef [commands] Delete module when it does not have a setup function. 9 years ago
Rapptz a55e1241a7 [commands] Add missing inspect import in converter.py 9 years ago
Khazhismel c72c23278d [commands] Add custom emoji converter. 9 years ago
PapyrusThePlant 3ec9b7fb97 [commands] Make HelpFormatter ignore hidden commands for max_width. 9 years ago
Rapptz 1a186c5a55 [commands] Fix cooldown decorator to work regardless of order. 9 years ago
Rapptz cd0de57d13 [commands] Implement a command cooldown system. 9 years ago
Rapptz 5010e7dc55 [commands] Add UserInputError into the exception hierarchy. 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 166d8257ec [commands] Refactor pagination into its own class. 9 years ago
Rapptz 1500001b04 [commands] Fix error in converters in a private message context. 9 years ago