701 Commits (73f337d709e6a180d51e4332ea79a6eb0394f724)

Author SHA1 Message Date
Rapptz 1ecadf057e [commands] Fix errors with cooldown mappings 4 years ago
Josh 7f91ae8b67
[commands] use __args__ and __origin__ where applicable 4 years ago
Josh c54c4cb215
[commands] Fix repr for Greedy 4 years ago
Rapptz 3151672cfe [commands] Refactor typing evaluation to not use get_type_hints 4 years ago
Rapptz 27886e5aa4 [commands] Remove legacy ExtensionNotFound.original attribute 4 years ago
Nadir Chowdhury 353737239a
[commands] Minimise code duplication in channel converters 4 years ago
James bcd3a00eaf
[commands] Make `commands.Greedy` a `typing.Generic` 4 years ago
Dan Hess f2d5ab6f80
[commands] Provide a dynamic cooldown system 4 years ago
Sigmath Bits 68aef92b37
[commands]Add typing.Literal converter 4 years ago
Sebastian Law 4134a17a29
[commands] Raise error when a cog name is already registered 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
pikaninja 1c553f51fb
[commands] Use has_error_handler instead in command_error 4 years ago
Rapptz f80b8d3f5d [commands] Only replace annotation if one was given 4 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Nadir Chowdhury 7a34de1570
[commands] Use typing.get_type_hints to resolve ForwardRefs 4 years ago
Rapptz 9ab58d302d [commands] Fix classmethod converters not working. 4 years ago
Rapptz ee5bb07c02 [commands] Revert conversion code back to how it was originally 4 years ago
ToxicKidz 0efb720cec
[commands] Fix AttributeError for classes missing convert attribute 4 years ago
Rapptz 6d74514729 [commands] Fix logic in Cog.has_error_handler() 4 years ago
Michael H 682b73abb6
[commands] Address incorrect use of subclass (from type perspective) 4 years ago
Michael H d0476e98df
[commands] Add more type information to public API of converters 4 years ago
Michael H 83bd76504a
Use covariant TypeVar for protocol 4 years ago
Michael H fbe6e2f520
[commands] Fix @classmethod converters 4 years ago
James 34ab772653
Use typing.Protocol instead of abc.ABCMeta 4 years ago
Rapptz adaf7c6192 [commands] Use positional only parameter for Context.invoke 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Rapptz 421c0cd455 [commands] Add missing versionadded on StoreChannelConverter 4 years ago
DoggieLicc 36318bd45c
[commands] Add StoreChannelConverter 4 years ago
Nadir Chowdhury 1b2688518e
Implement StageChannel and related methods 4 years ago
Sebastian Law d6501159e7
[docs] copy signature from overridden and inherited methods 4 years ago
Rapptz 862d509d2e [commands] Add support for stripping whitespace after the prefix 4 years ago
Rapptz c4c2cbf6d2 [commands] Remove nullability from help command implementation 4 years ago
Edwin 31ee3fafc1
Add remove_markdown helper function 4 years ago
Rapptz 4aee7fed5d [commands] Only remove top level commands on cog load failure 4 years ago
Mikey d61486278f
[commands] allow arbitrary callables in cooldown 4 years ago
Sebastian Law a131e11c5e
[commands] fix documented type for Command.checks 4 years ago
jack1142 caa3b4e8f4
[commands] Include group args in command signature 4 years ago
Sebastian Law a30a694e36
[commands] fix Context.channel property documented type 4 years ago
Nihaal Sangha a3f700c11f
Fix references to snowflakes being max 21 long 4 years ago
Sebastian Law f7a4bef4ff
[tasks] remove redundant condition in Loop.next_iteration 4 years ago
Nadir Chowdhury 63ec23bac2
Code optimisations and refactoring via Sourcery 4 years ago
Nadir Chowdhury e090ee4308
Fix NameError with invoked_parents 4 years ago
sudosnok 01d8502c83
[commands] Added tribool behaviour to HelpCommand.verify_checks 4 years ago
Sebastian Law 48b748e340 [commands] properly assign ctx.invoked_with with ctx. 4 years ago
Sebastian Law 1afc127458 [commands] Add Context.invoked_parents 4 years ago
Kaylynn Morgan 1cbc537734
[commands] Allow relative paths when handling extensions 4 years ago
Sebastian Law ceab8ff638
[tasks] make __call__ actually appear in the docs 4 years ago
Bryan Forbes 16e0adb315
[commands] Handle positional-only parameters in bot commands 4 years ago
Rapptz a0404807d5 [commands] Add support for rgb function in ColourConverter 4 years ago
Alex Nørgaard 68eb844d48
[commands] Add discord.Guild converter and GuildNotFound error 4 years ago