751 Commits (4864ecec097c3c2ff16ebdf9fa1cd008941b34b6)

Author SHA1 Message Date
crayyy_zee 4864ecec09 [commands] Add missing description parameter to docs 3 years ago
ster c273f26805 Add coro tag to docstrings that were missing it 3 years ago
Omkaar 12f188df01 Refactor certain f-strings and literals 3 years ago
Jakub Kuczys ec558a24b0 Fix migration guide docs for abc.PrivateChannel and cooldown() 3 years ago
Rapptz 1424dedeff [commands] Allow Greedy to potentially maintain state between calls 3 years ago
Rapptz 49b33e2f89 [commands] Add __repr__ to Range 3 years ago
Varun J f31377ccda [commands] fix Range to allow 3.10 Union syntax 3 years ago
Rapptz 8e039eafc1 [commands] Add support for NumPy style docstrings for commands 3 years ago
Puncher c1f414558b [commands] Add missing attributetable to classes 3 years ago
Josh 9d235b73f5 [commands] Add support for types.Union to Greedy 3 years ago
Rapptz 9c7b867d36 Fix nested Annotated calls not resolving 3 years ago
Soheab 6c59f7de09 [commands] Add description kwarg to parameters and show in default help 3 years ago
Rapptz 49e4339478 [commands] Ensure Command.extras are copied 3 years ago
Bryan Forbes b9795979ac Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores 3 years ago
Rapptz f15d7e12b2 [commands] Fix Annotated not working with FlagConverter 3 years ago
Rapptz 2e9dfb3e12 Fix various a -> an typos across the library 3 years ago
Maya e73c1a3b9e [commands] Fix typing error with CheckAnyFailure 3 years ago
Bryan Forbes b891fda6a7 Fix various generics throughout the public interface 3 years ago
Rapptz 76ce315a83 [commands] Fix type annotations to use Union instead of | 3 years ago
Mikey d92309e19d [commands] Change cooldowns to take context instead of message 3 years ago
Sebastian Law b17fb67341 [commands] Unload cog when command registration fails in _inject 3 years ago
z03h b4d2395a5e [commands] change Range to raise BadArgument for invalid values 3 years ago
Rapptz 360836ce10 [commands] Add support for Range[str, ...] 3 years ago
Bryan Forbes 547fcb93d1 [commands] Change Command.extras to match typing in app commands 3 years ago
will d813cbecbe Fix typo and capitalizations in docs 3 years ago
Rapptz 082c39ca8b [tasks] Only update the time interval if the body has run once 3 years ago
Rapptz 495854bcb3 Change stderr prints to use the logging module instead 3 years ago
James Hilton-Balfe 5858c44f63 [docs] Add async with documentation for Client 3 years ago
Daniel Diaz 388941924f [commands] Document argument attribute in BadInviteArgument 3 years ago
Josh 52a5f10307 Fix type annotations to adhere to latest pyright release 3 years ago
Wayoshi 49c059b3ca [commands] fix case_insensitive bug in parse_flags 3 years ago
z03h 1c1636875c [commands] Fix errors when DynamicCooldown returns None 3 years ago
z03h 0d05cd273e Add VoiceChannel and Thread to isinstance checks 3 years ago
z03h 33039dbd25 [commands] Change FlagConverter to always raise BadFlagArgument 3 years ago
Rapptz 3f4d4aad17 [commands] Add support for discord.Attachment converters 3 years ago
Michael H 3a1cda5ff2 [commands] Fix typing of check/check_any 3 years ago
Varun J 5afad9f7cc [commands] fix signature when displayed_default is missing 3 years ago
Rapptz 8f4f35ed51 Fix remaining --verifytypes related errors 3 years ago
Rapptz 18120c4726 Update to pyright 1.1.242 3 years ago
Mikey f14139dc8f [commands] fix BucketType.default bypassing dynamic_cooldown 3 years ago
Rapptz 0221a55aa6 [commands] Add support for typing.Annotated 3 years ago
Florian Spieß 8401316e48 [commands] Allow subtracting multiple tokens from cooldown 3 years ago
Rapptz b59628d69b Add Colour.from_str factory method 3 years ago
Lilly Rose Berner 24a676b77d [tasks] Fix Task.failed() only being True while error handler runs 3 years ago
Josh 1307883f56 [commands] Add overload to run_converters 3 years ago
Rapptz 552324fd02 [commands] Add ForumChannelConverter to the converter mapping 3 years ago
Rapptz 5b7cc33f79 [commands] Add ForumChannelConverter converter 3 years ago
Rapptz e1de62b494 [commands] Fix type hints for checks, hooks, and error handlers 3 years ago
Rapptz a354ecfa89 [commands] Add Range converter 3 years ago
dolfies 3ffd0b073b Normalize include_applications -> with_applications 2 years ago