Rapptz
|
445c74941d
|
[commands] Add fallback behaviour for CurrentGuild parameter
|
2 years ago |
dolfies
|
8d77474269
|
Implement commands v3
|
1 year ago |
dolfies
|
7561e63176
|
Fix tests
|
1 year ago |
dolfies
|
eaec0ce67d
|
Fix Context.reply attribute error
|
2 years ago |
dolfies
|
01dfde9648
|
Add helper for checking if an application has a bot
|
2 years ago |
dolfies
|
23b8a3d49e
|
Fix docs linking and new pyright version type errors
|
2 years ago |
Rapptz
|
f8dd560793
|
Add RawReactionActionEvent.message_author_id field
|
2 years ago |
Rapptz
|
5e66aa6f1c
|
[commands] Fix displayed_default for callables and None values
|
2 years ago |
Rapptz
|
8c9ebaed84
|
[commands] Fix =None being displayed in signatures for commands
|
2 years ago |
Josh
|
2a880be6b8
|
Update pyright version
|
2 years ago |
Rapptz
|
808787271e
|
[commands] Revert on_error when cog is ejected for HelpCommand
|
2 years ago |
Rapptz
|
21c84bda33
|
[tasks] Fix missing name parameter in loop copy
|
2 years ago |
Rapptz
|
e938afdc8f
|
[tasks] Add name parameter to give the internal task a name
|
2 years ago |
Rapptz
|
7728200d1a
|
[commands] Change lookup order to place nicknames last
|
2 years ago |
Rapptz
|
bfdff922c2
|
Fix plain username lookup for Guild.get_member_named
Fix #9451
|
2 years ago |
Soheab_
|
e6bed03d0c
|
[commands] Add displayed_name to commands.Parameter
|
2 years ago |
Sebastian Law
|
0ab9b4c711
|
[commands] Document exceptions being ignored in teardown and cog_unload
Co-authored-by: Josh <[email protected]>
|
2 years ago |
Rapptz
|
ecdbf0fe58
|
Add constant for the default file size limit
|
2 years ago |
Rapptz
|
274f0f555b
|
Revert removal of discriminator lookup
|
2 years ago |
Rapptz
|
e6e380f904
|
Initial support for pomelo migration
|
2 years ago |
owocado
|
133fc91d66
|
[commands] Add Context.filesize_limit property
|
2 years ago |
James Hilton-Balfe
|
e86ac83a2a
|
[commands] Use get_role where appropriate in role decorators
|
2 years ago |
dolfies
|
b2b443a50b
|
Remove unnnecessary Context.reply rewrap
|
2 years ago |
dolfies
|
aa2529c027
|
Implement GCP cloud uploads
|
2 years ago |
dolfies
|
50351b06bb
|
Fix failing check (run black)
|
2 years ago |
Andrin S
|
96905a38d4
|
Add overloads to reply and send
|
2 years ago |
dolfies
|
9a5ff2bf0b
|
Update various List[] to Collection[]
|
2 years ago |
dolfies
|
5266b90383
|
Fix type issues
|
2 years ago |
dolfies
|
8a1a3ffcce
|
Fix issues with previous upstream commits
|
2 years ago |
Puncher
|
2f5bc11d3a
|
Add support for default_sort_order in ForumChannel
|
2 years ago |
Soheab_
|
d973ff30b6
|
[commands] Pass failed argument's value to BadLiteralArgument
|
2 years ago |
chrispy
|
0791afe687
|
[commands] Update Range examples to match app_commands.Range
|
2 years ago |
Rapptz
|
11aa26d4d7
|
Update pyright to 1.1.289
|
2 years ago |
Rapptz
|
0924b90ca4
|
[commands] Respect ignore_extra for FlagConverter kw-only parameters
|
2 years ago |
Jonah Lawrence
|
9a975acd26
|
Fix usage of single backticks to links and code-blocks
|
3 years ago |
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()
* Move PrivateChannel ABC change to proper subsection in migration guide
* Add change to the accepted callables in cooldown() to migration guide
|
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
Fix #8309
|
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 |