Rapptz
44a44e938f
Reformat entire project with ruff instead of black
2 weeks ago
Soheab
983a9b8f94
Use Unpack where it's possible
3 weeks ago
DA344
50caa3c82c
Add support for components V2
Co-authored-by: Michael H <michael@michaelhall.tech>
Co-authored-by: Soheab <33902984+Soheab@users.noreply.github.com>
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Jay3332 <40323796+jay3332@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
3 weeks ago
Soheab
1cd90f8b1c
[commands] Fix converters not working with Optional for hybrids
1 month ago
El Laggron
b1be7dea74
Handle empty guild_ids list for app_commands
2 months ago
owocado
2bcbd49bc6
Add __repr__ method to various classes
3 months ago
Soheab
aa5f4bdd7a
Fix poll parameter defaulting to MISSING instead of None for Context.send
3 months ago
Willi
470323493e
Pass BotT type argument to DeferTyping
7 months ago
Rapptz
8953938a53
Update Pyright to v1.1.394
7 months ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
7 months ago
Soheab
743ef27dd7
[commands] Correct ExtensionNotFound error message
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
8 months ago
Alex Nørgaard
d95605839f
[commands] Fix _fallback attr not being set on replace for Parameter
8 months ago
DA344
7c8503fefb
Fix callable FlagConverter defaults on hybrid commands
fix: Callable FlagConverter defaults being returned as-is on interaction based calls.
8 months ago
Soheab
c7305b022c
[commands] Respect enabled kwarg for hybrid app commands
10 months ago
Soheab
c5e74068f0
[commands] Unwrap Parameter if given as default to commands.parameter
11 months ago
Rapptz
ca85782b35
[commands] Fix Context.defer unconditionally deferring
11 months ago
z03h
442ad40ab2
[commands] Add SoundboardSoundConverter
11 months ago
Josh
0ce75f3f53
[commands] Fix issue with category cooldowns outside of guild channels
11 months ago
Rapptz
6643784d33
[commands] Clarify Converter.convert exception raising
1 year ago
Rapptz
0e58a927dd
[commands] Add support for channel URLs in channel converter
Fix #9799
1 year ago
z03h
d18f14c173
[commands] fix HelpCommand not carrying over checks
update command impl over creating new one
1 year ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Josh <8677174+bijij@users.noreply.github.com>
Co-authored-by: Trevor Flahardy <75498301+trevorflahardy@users.noreply.github.com>
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 <red@kalab.sk>
Co-authored-by: Vioshim <63890837+Vioshim@users.noreply.github.com>
1 year ago
Josh
4e03b170ef
Update pyright version
2 years ago
Rapptz
2b51e5e736
[commands] Change import for PrivateChannel for cooldowns
2 years 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
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 <josh.ja.butt@gmail.com>
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
3 years ago