Rapptz
b9b21ca270
[commands] Fix Context.from_interaction derived Message.type
The previous Message.type when accessed from Context would be an
unknown enum type because the enum was double nested when the proper
type expected by the synthetic payload was an int not an enum.
Fix #10382
6 months ago
Rapptz
1df81fea52
[commands] Mark Cog check special methods as MaybeCoro return
Fix #10354
6 months ago
Rapptz
c342db8534
[commands] Fix flag annotations in 3.14 using annotationlib
Fix #10349
8 months ago
Rapptz
6d19bc763c
[commands] Fix flag annotations not working under 3.14
9 months ago
Rapptz
e2b6fa8370
Use obj reference target instead of data for typing objects
9 months ago
Soheab
a2a228105b
Fix various TypeDicts for Unpack
9 months ago
Rapptz
44a44e938f
Reformat entire project with ruff instead of black
11 months ago
Soheab
983a9b8f94
Use Unpack where it's possible
11 months ago
DA344
50caa3c82c
Add support for components V2
Co-authored-by: Michael H <[email protected] >
Co-authored-by: Soheab <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Jay3332 <[email protected] >
Co-authored-by: Danny <[email protected] >
11 months ago
Soheab
1cd90f8b1c
[commands] Fix converters not working with Optional for hybrids
11 months ago
El Laggron
b1be7dea74
Handle empty guild_ids list for app_commands
1 year ago
owocado
2bcbd49bc6
Add __repr__ method to various classes
1 year ago
Soheab
aa5f4bdd7a
Fix poll parameter defaulting to MISSING instead of None for Context.send
1 year ago
Willi
470323493e
Pass BotT type argument to DeferTyping
1 year ago
Rapptz
8953938a53
Update Pyright to v1.1.394
1 year ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
1 year ago
Soheab
743ef27dd7
[commands] Correct ExtensionNotFound error message
Co-authored-by: Danny <[email protected] >
1 year ago
Alex Nørgaard
d95605839f
[commands] Fix _fallback attr not being set on replace for Parameter
1 year ago
DA344
7c8503fefb
Fix callable FlagConverter defaults on hybrid commands
fix: Callable FlagConverter defaults being returned as-is on interaction based calls.
1 year ago
Soheab
c7305b022c
[commands] Respect enabled kwarg for hybrid app commands
2 years ago
Soheab
c5e74068f0
[commands] Unwrap Parameter if given as default to commands.parameter
2 years ago
Rapptz
ca85782b35
[commands] Fix Context.defer unconditionally deferring
2 years ago
z03h
442ad40ab2
[commands] Add SoundboardSoundConverter
2 years ago
Josh
0ce75f3f53
[commands] Fix issue with category cooldowns outside of guild channels
2 years ago
Rapptz
6643784d33
[commands] Clarify Converter.convert exception raising
2 years ago
Rapptz
0e58a927dd
[commands] Add support for channel URLs in channel converter
Fix #9799
2 years ago
z03h
d18f14c173
[commands] fix HelpCommand not carrying over checks
update command impl over creating new one
2 years 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] >
2 years ago
Vioshim
71358b8dce
[commands] Add support for positional flag parameters
2 years ago
Danny
2e2f51fd5c
First pass at supporting user apps
Co-authored-by: red <[email protected] >
Co-authored-by: Vioshim <[email protected] >
2 years ago
Josh
4e03b170ef
Update pyright version
2 years ago
Rapptz
2b51e5e736
[commands] Change import for PrivateChannel for cooldowns
3 years ago
Rapptz
5c5ccc4e82
[commands] Fix hybrid command wrapped instances being out of sync
3 years ago
Rapptz
f617d01eee
Refactor human_join into its own private helper function
3 years ago
Rapptz
3f92f35bb1
[commands] Log exceptions that happen during cog_unload
3 years ago
Rapptz
e414d0fe04
[commands] Change default Bot.owner_ids to consider team roles
3 years ago
Rapptz
42a1a68662
[commands] Fix obscuring name error
3 years ago
Rapptz
69e9bc9454
[commands] Fix nested hybrid groups inserting manual app commands
3 years ago
thegamecracks
c7f6e95f1c
[commands] Fix localization support for hybrid group fallback
3 years ago
Rapptz
a361a08482
[commands] Add fallback behaviour for CurrentGuild parameter
3 years ago
Rapptz
270fa5f2e0
[commands] Fix displayed_default for callables and None values
3 years ago
Rapptz
732f89b9e1
[commands] Fix =None being displayed in signatures for commands
3 years ago
Josh
630b2a1e55
Update pyright version
3 years ago
Rapptz
0871b34fc8
[commands] Revert on_error when cog is ejected for HelpCommand
3 years ago
Rapptz
5e86be3b72
[commands] Change lookup order to place nicknames last
3 years ago
Rapptz
dc4ed438a5
Fix plain username lookup for Guild.get_member_named
Fix #9451
3 years ago
Soheab_
94bf7d8644
[commands] Add displayed_name to commands.Parameter
3 years ago
Sebastian Law
2ab6541715
[commands] Document exceptions being ignored in teardown and cog_unload
Co-authored-by: Josh <[email protected] >
3 years ago
Rapptz
e870bb1335
Add constant for the default file size limit
3 years ago
Rapptz
48cca30ca1
Revert removal of discriminator lookup
3 years ago