247 Commits (3d03dbc45179f645b59838729047e896cc387049)

Author SHA1 Message Date
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Rapptz 418048b98a [commands] Fix up Greedy documentation a bit. 7 years ago
Rapptz 814b03f5a8 [commands] Add commands.Greedy converter and documentation. 7 years ago
Rapptz 00a445310b [commands] Allow for backtracking parsing with typing.Optional 7 years ago
zephyrkul 8ef509883a [commands] Properly parse bool when inside a typing.Union 7 years ago
MusicOnline 9af0e54cd3 Correct ClientException message raised in invocation hooks. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
zephyrkul b9ef80b0d0 [commands] Prepend mention prefixes in commands.when_mentioned_or 7 years ago
SilicalNZ 52e8c06aed
Fix typo in core.Command docstring 7 years ago
Rapptz fdc71695dc [commands] Use eval instead of get_type_hints to resolve typehints 7 years ago
Ben Mintz be7ea2678b Bot.unload_extension: don't remove commands from no module 7 years ago
Bryan Forbes ef89d3aa22 Add support for converters working with PEP-563 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 3679819c53 [lint] Remove unnecessary lambdas 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Michael H 39cb5f30b4 [commands] Handle nick mentions in HelpFormatter 7 years ago
Rapptz aa7c5c3ec1 [commands] Ignore bots from Bot.process_commands by default. 7 years ago
Clement 00a14a46f3 [commands] Added BucketType.members for cooldowns 7 years ago
Rapptz 8d3b2d0b70 [commands] Fix broken handling of keyword only parameters. 7 years ago
Rapptz 69ca675ca0 [commands] Fix typing.Union converters for 3.7 7 years ago
Rapptz da5776a358 [commands] Make ConversionError have the original error as an attribute 7 years ago
Rapptz 92dde9aef9 [commands] Add support for typing.Union as a converter 7 years ago
khazhyk 2321ae8d97 [commands] raise ConversionError on Converter error 7 years ago
Hornwitser a93c3d931c [commands] Change command_prefix behaviour 7 years ago
Harmon bf9ca405e3 Fix case insensitive command removal 7 years ago
Rapptz 607771c4f4 Fix Bot.get_prefix second parameter breaking. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz f176309179 [commands] Don't handle single quotes. 7 years ago
Rapptz d8a85f4898 [commands] Minor optimisations to unicode quote handling. 7 years ago
b-hodges ea061ef9b2 [commands] Added handling for unicode quotes 7 years ago
Rapptz 871a262ee3 [commands] Add ability to have case insensitive commands. 7 years ago
Eli ad7506050c [commands] Allow builtin unbound method converters 7 years ago
Gorialis 04d9dd9c0d Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
khazhyk 0ef866a704 [commands] Fix MissingRequiredArgument param handling 7 years ago
Rapptz 3a8b97ffb0 [commands] Document that can_run can raise. 7 years ago
Rapptz e61ac8e60f [commands] Forbid passing a string to aliases in Command. 7 years ago
Joshua Butt f5a443fa8f Add support for animated emoji to commands ext EmojiConverter 7 years ago
S Stewart 89f9009a28
[commands] Fix minor spelling mistake 7 years ago
Rapptz 9b4a2dc7cb [commands] Minor speed-up for the BucketType.guild case. 8 years ago
Rapptz 1bb7b6ff2d [commands] Make CooldownMapping.get_bucket take Message instead. 8 years ago
MysterialPy bae6f80327 [commands] Split Cooldown state processing to two different functions. 8 years ago
Rapptz e614f6b4cd [commands] Add CategoryChannelConverter 8 years ago
Rapptz e24914be0b [commands] Fix NameError when given an invalid prefix. 8 years ago
ReinaSakuraba 10696a275b [commands] Have (bot_)has_permissions provide better failure responses 8 years ago
ReinaSakuraba 8646bddc90 [commands] Add MissingPermissions and BotMissingPermissions 8 years ago
Rapptz 63fcfa6d02 [commands] Add CooldownMapping.from_cooldown factory classmethod. 8 years ago
Rapptz 1c967e9a7c [commands] Export cooldown classes as well. 8 years ago
Rapptz fce2ef5534 [commands] Raise when an invalid prefix is given. 8 years ago