118 Commits (e4b16851bf70e98c9f7dc15bb0ac2690073f8f09)

Author SHA1 Message Date
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. 9 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
Rapptz 4d71b3fe7d [commands] Do not lower-case the function name for default command names 9 years ago
Rapptz a2b053a517 [commands] Make GroupMixin.remove_command return None. 9 years ago
Rapptz 6556392a9c [commands] Fix error where consume rest would not work. 9 years ago
Rapptz 629c24339b [commands] Fix bug that made functions stop working as converters. 9 years ago
Rapptz e64eb08c92 [commands] Port special cased discord converters to commands.Converter 9 years ago
Rapptz 880ca3162e [commands] Add commands.Converter base for converts with context. 9 years ago
Rapptz 324d10c9d9 [commands] Add Command.ignore_extra attribute to ignore extra arguments 9 years ago
Rapptz adbf2c720f [commands] Add the concept of global checks. 9 years ago
Rapptz 6f173cc095 [commands] Add `delete_after` keyword argument to utility functions. 9 years ago
Rapptz 183e7341f6 [commands] Add Context.cog property. 9 years ago
Rapptz 4dbac9423d [commands] Only show CommandNotFound on non-empty commands. 9 years ago
Rapptz 5f9ed8c9d2 [commands] Make the CommandError required argument optional again. 9 years ago
Rapptz bde266bbb9 [commands] Fix @everyone elevation in the default help command. 9 years ago
Rapptz 1228159f30 [commands] Fix bug with Context.command not updating in groups. 9 years ago
Rapptz 74cfc53bc8 [commands] Make it so CommandError does not contain @everyone mentions. 9 years ago
Rapptz 43bbecd519 [commands] Exceptions raised while invocation raise CommandInvokeError. 9 years ago
Rapptz a0f37f8e85 [commands] Fix issue with proper local error handlers not beign called. 9 years ago
Rapptz b9c7b05176 [commands] Unify Command.handle_local_error into general dispatcher. 9 years ago
Rapptz 661645ac97 [commands] Add Command.qualified_name to get the full command name. 9 years ago
Rapptz 37dfe38af5 [commands] Fix bug where Context.command would not update. 9 years ago
Rapptz 9d9a20c128 [commands] Fix bug where subgroups would be repeatedly called. 9 years ago