Willi
470323493e
Pass BotT type argument to DeferTyping
3 months ago
Rapptz
8953938a53
Update Pyright to v1.1.394
3 months ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
3 months ago
Soheab
743ef27dd7
[commands] Correct ExtensionNotFound error message
Co-authored-by: Danny <[email protected] >
4 months ago
Alex Nørgaard
d95605839f
[commands] Fix _fallback attr not being set on replace for Parameter
4 months ago
DA344
7c8503fefb
Fix callable FlagConverter defaults on hybrid commands
fix: Callable FlagConverter defaults being returned as-is on interaction based calls.
4 months ago
Michael H
f2aa0b833c
[tasks] Fix race condition with set_result
4 months ago
Soheab
c7305b022c
[commands] Respect enabled kwarg for hybrid app commands
6 months ago
Soheab
c5e74068f0
[commands] Unwrap Parameter if given as default to commands.parameter
7 months ago
Rapptz
ca85782b35
[commands] Fix Context.defer unconditionally deferring
7 months ago
z03h
442ad40ab2
[commands] Add SoundboardSoundConverter
7 months ago
Josh
0ce75f3f53
[commands] Fix issue with category cooldowns outside of guild channels
7 months ago
Rapptz
6643784d33
[commands] Clarify Converter.convert exception raising
10 months ago
Rapptz
0e58a927dd
[commands] Add support for channel URLs in channel converter
Fix #9799
11 months ago
z03h
d18f14c173
[commands] fix HelpCommand not carrying over checks
update command impl over creating new one
12 months ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
1 year ago
Vioshim
71358b8dce
[commands] Add support for positional flag parameters
1 year ago
Danny
2e2f51fd5c
First pass at supporting user apps
Co-authored-by: red <[email protected] >
Co-authored-by: Vioshim <[email protected] >
1 year ago
Josh
4e03b170ef
Update pyright version
1 year ago
Thanos
9b9c93ad49
[tasks] Fix typing for tasks.SleepHandle.future set calls
1 year ago
Rapptz
2b51e5e736
[commands] Change import for PrivateChannel for cooldowns
1 year ago
Rapptz
5c5ccc4e82
[commands] Fix hybrid command wrapped instances being out of sync
2 years ago
Rapptz
f617d01eee
Refactor human_join into its own private helper function
2 years ago
Rapptz
3f92f35bb1
[commands] Log exceptions that happen during cog_unload
2 years ago
Rapptz
e414d0fe04
[commands] Change default Bot.owner_ids to consider team roles
2 years ago
Rapptz
42a1a68662
[commands] Fix obscuring name error
2 years ago
Rapptz
69e9bc9454
[commands] Fix nested hybrid groups inserting manual app commands
2 years ago
thegamecracks
c7f6e95f1c
[commands] Fix localization support for hybrid group fallback
2 years ago
Rapptz
a361a08482
[commands] Add fallback behaviour for CurrentGuild parameter
2 years ago
Rapptz
270fa5f2e0
[commands] Fix displayed_default for callables and None values
2 years ago
Rapptz
732f89b9e1
[commands] Fix =None being displayed in signatures for commands
2 years ago
Josh
630b2a1e55
Update pyright version
2 years ago
Rapptz
0871b34fc8
[commands] Revert on_error when cog is ejected for HelpCommand
2 years ago
Rapptz
646ab85bb6
[tasks] Fix missing name parameter in loop copy
2 years ago
Rapptz
03140c0163
[tasks] Add name parameter to give the internal task a name
2 years ago
Rapptz
5e86be3b72
[commands] Change lookup order to place nicknames last
2 years ago
Rapptz
dc4ed438a5
Fix plain username lookup for Guild.get_member_named
Fix #9451
2 years ago
Soheab_
94bf7d8644
[commands] Add displayed_name to commands.Parameter
2 years ago
Sebastian Law
2ab6541715
[commands] Document exceptions being ignored in teardown and cog_unload
Co-authored-by: Josh <[email protected] >
2 years ago
Rapptz
e870bb1335
Add constant for the default file size limit
2 years ago
Rapptz
48cca30ca1
Revert removal of discriminator lookup
2 years ago
Rapptz
df01db3490
Initial support for pomelo migration
2 years ago
owocado
1deb5bf82d
[commands] Add Context.filesize_limit property
2 years ago
James Hilton-Balfe
fdf03d4bca
[commands] Use get_role where appropriate in role decorators
2 years ago
Daniel Baulig
55d9ee9b72
Use get_bot_mapping to generate bot help
This change makes it so that `DefaultHelpCommand` uses it's `mapping` argument (generated by `get_bot_mapping()`), to generate it's help output. This change does not directly change DefaultHelpCommand behavior and will continue to generate the same output, but allows subclasses to override get_bot_mapping to make alterations to the return value of get_bot_mapping to, for example, add or remove elements.
2 years ago
Andrin S
2ddb9d22ba
Add overloads to reply and send
2 years ago
Soheab_
a938b10e5a
[commands] Pass failed argument's value to BadLiteralArgument
2 years ago
Bryan Forbes
0ea098567c
[commands] Use `...` for `Command` and `Group` typing
2 years ago
Bryan Forbes
4d51f68864
[commands] Fix some more partially uknown typing errors
2 years ago
Soheab_
a5a93a85bc
[commands] Document GroupCog.interaction_check
2 years ago