453 Commits (e971e2f16cba22decd25db6b44e9cc84adf08555)

Author SHA1 Message Date
Sebastian Law 7a07644de3
[commands] Raise TypeError when Optional is used with Greedy converter 5 years ago
Josh 6b5be39cd2
[tasks] Fix issue with default error handler in class context 5 years ago
jack1142 84098ed824
[commands] Add a new exception class for command registration errors 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
Rapptz 66c6be50d8 Prepare for the discord.com domain rename 5 years ago
Saphielle Akiyama 1e9937a234 Aliases passed as a list or as a tuple 5 years ago
Steve C 4b3a7fbe16 [tasks] Allow Loop.cancel in Loop.before_loop 5 years ago
Xua 4e6942194f [commands] Document that cog_command_error must be async 5 years ago
jack1142 79276da17e Escape backslashes in display name in `clean_prefix` 5 years ago
Steve C 0fd5eca0d5 [tasks] Fix tasks decorators being discarded 5 years ago
Rapptz 540a88b762 [tasks] Replace stack-based implementation with a cleaner one. 5 years ago
Rapptz d5211fb327 [tasks] Create different Loop objects for different instances 5 years ago
Rapptz 874c2cd3c9 [commands] Raise CheckFailure if all bot "check once" fail 5 years ago
MarkKoz 2653ae7599 [commands] Stop yielding duplicate commands from walk_commands 5 years ago
Josh B 20854de080 Allow for optional custom error handler in tasks extension 5 years ago
Epic 18c52671a9 Remove extra to in tasks docs 5 years ago
James 6a30f2749f [tasks] Add is_running property to Loop 5 years ago
NCPlayz 1b0e806245 [commands] Implement `commands.before/after_invoke` 5 years ago
s0lst1ce 2d48a6d5a1 [commands] Fix a typo in the docstring of the internal _Semaphore class 5 years ago
Rapptz bb1c1e9fa3 [commands] Raise when passing invalid permission keys in their checks 5 years ago
Karthikeyan Singaravelan 25b8adc404 Import ABC from collections.abc instead of collections 5 years ago
Karthikeyan Singaravelan 1b4cac92fc Fix warnings regarding invalid escape sequences. 5 years ago
Harmon 6f9793fe5e Fixes and improvements for v1.3 documentation 5 years ago
Josh B d0a1956be9 Improve usability of utils.sleep_until 5 years ago
Rapptz e21d49c980 [commands] Only clean semaphore when there are no waiters 5 years ago
Rapptz d9cd4a3561 [commands] Implement Command.__call__ 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 08c90668cd [commands] Be more clear in the default error for MaxConcurrencyReached 5 years ago
Rapptz 1a7b838d2a [commands] Refactor BucketType to not repeat in other places in code 5 years ago
Rapptz bf84c63396 [commands] Add max_concurrency decorator 5 years ago
Rapptz 3149f15165 [tasks] Use new sleep_until util instead of internal function 5 years ago
Josh B d7e925eb89 [tasks] Fix issue with next_iteration when task overruns time allotted 5 years ago
Josh B a0b3e61b51 [tasks] Add Loop.next_iteration property 5 years ago
Hugo Woesthuis ee6f4e85d6 [commands] Allow @ prefixed usernames in DM contexts for UserConverter 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 9f2018f439 [commands] Case insensitivity uses casefold instead of lower 5 years ago
Rapptz a2b241446e [commands] Document BucketType separately 5 years ago
Rapptz 97d1c970bf [commands] Context.send_help properly sends to on_help_command_error 5 years ago
apple502j 7af8b313e5 [commands] Add missing async in documentation 5 years ago
Rapptz e5870903f5 [commands] Force the predicate attribute in checks to be a coroutine 5 years ago
Michael H 6cdda4a320 Patch clean_prefix for new text editor 5 years ago
Rapptz ae3dac0d59 [commands] Add check_any check to OR together various checks 5 years ago
Rapptz 51546dbdb6 [commands] Document the changed Command.can_run behaviour 5 years ago
Rapptz 527b3485dc [commands] Make Command.can_run process disabled commands 5 years ago
Rapptz d9a8ae9c78 [commands] Add predicate attribute to checks to get inner function 5 years ago
Rapptz 1179df7e29 [commands] Make Greedy ignore parsing errors. 5 years ago
StarrFox e79ccf3f4c [commands] check if prefix is None in .pages 5 years ago
Xua 7972570eb6 [commands] Add guild-based permission checks 5 years ago
Nelluk dc86670d7f Fix typo in help.py docs 5 years ago
Rapptz e1a237a0d3 Revert "[tasks] Add Loop.exception for more reliable exception retrieval." 5 years ago