Rapptz
bbba8c650f
Add missing generic parameters on various Interaction parameters
2 years ago
Trevor
2e737e70de
Correct app command decorators that use Interaction
2 years ago
Rapptz
3ff88db768
Update pyright to 1.1.289
2 years ago
chrispy
7f796a68ca
Add str and float examples to app_commands.Range documentation
Co-authored-by: Danny <[email protected] >
2 years ago
rdrescher909
c0dfdf1bef
Add autocomplete warning about user input
2 years ago
ster
95b6bd8782
Add coro tag to docstrings that were missing it
3 years ago
Omkaar
c30a2f3ca0
Refactor certain f-strings and literals
3 years ago
Rayzeq
e3b5fbd9e6
Update Transformer.choices docs to mention limit
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
217662ca44
Fix detection of overridden binding error handler
Closes #8963
3 years ago
Rapptz
cd04f6ca41
Revert Group.on_error copy due to failing tests
3 years ago
Rapptz
6e5392c6e2
Fix Tree.on_error still being called when a bound error handler is set
Closes #8455
3 years ago
Rapptz
6bec7e9d97
Fix detection of overriden Group.on_error and ensure they're copied
3 years ago
ow0x
03d7a9a719
Fix typo in app_commands.ContextMenu docstring
3 years ago
Ryu Juheon
e1961676a9
Fix import to appease mypy's import resolution
3 years ago
Rapptz
a53b609e37
Fix ForumChannel annotation not working for app_commands
Closes #8472
3 years ago
Ionite
6981eb69c4
Normalize type formatting in TypeError
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
3 years ago
Narmy
035dd812de
Add note about renamed options in the Namespace
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
771476a8d8
Fix _errors key being visible in CommandSyncError in some cases
3 years ago
Rapptz
5cc6af5917
Fix CommandSyncFailure raising for other 400 error types
3 years ago
Rapptz
27b19ed582
Change error message for unbound callbacks in ContextMenu
3 years ago
Rapptz
9ea6ee8887
Add support for ForumChannel annotations in app commands
3 years ago
Lilly Rose Berner
2d180489ce
Fix KeyError constructing groups when no module is present
3 years ago
Rapptz
2e37e47e38
Fix autocomplete documentation to mention it only passes strings
3 years ago
Rapptz
b92fd65707
Document app_commands.Choice limits
3 years ago
Bryan Forbes
b12b4b18fd
Mark public callbacks as positional-only
3 years ago
Puncher
354d4bace4
Add missing decorator signs for interaction documentation
3 years ago
Rapptz
59677c6738
Fix CommandTree.on_error not triggering if interaction_check raises
3 years ago
Rapptz
1c7747fe9d
Fix nested Annotated calls not resolving
3 years ago
Mikey
659d6b6123
Make app_commands.describe examples consistent
3 years ago
Rapptz
bd19ad05e7
Fix app_command_completion triggering on certain errors
3 years ago
Bluesy
f12cdd5f90
Switch quotes to make docs example render properly
3 years ago
Bluesy
288f2d169e
Document that docstrings can be used to document parameters
3 years ago
Rapptz
de5fa8bc9c
Improve sync error format for children options
3 years ago
Pıεяяε
4182496713
Add missing required property to Parameter
3 years ago
Rapptz
6b50fcd5e4
Add Command.parameters to get all parameters of a command
3 years ago
Rapptz
0ec06f0ac5
Add on_app_command_completion event
Fix #8126
3 years ago
Rapptz
0b69148c84
Fix float focused autocomplete options being parsed
According to the Discord docs these aren't validated
3 years ago
Bryan Forbes
63b32994f4
Improve TranslationContext type narrowing using a tagged union
3 years ago
Rapptz
49e6fe9a0c
Fix autocomplete translations calling unnecessary locales
3 years ago
Rapptz
32c5a0cec1
Change default Choice.name_localizations to an empty dict
3 years ago
Rapptz
f69d4ee5cb
Add Choice.name_localizations data from Discord
Fix #8337
3 years ago
Rapptz
c8db766be4
Fix empty strings crashing Namespace for float options
This feels like a Discord bug to me but it's causing issues
3 years ago
Rapptz
1fa7d7e402
Raise special CommandSyncFailure during sync for better errors
This is parsed from the error to allow for users to better debug
what exactly is causing the issue in sync.
3 years ago
Rapptz
a9025ca3d1
Remove public CommandTree.call method and make it private
3 years ago
Rapptz
0744737e86
Fix default_permissions serialisation error from __bool__ change
3 years ago
Rapptz
a36d6daec7
Fix formatting issue in app_commands
3 years ago
Rapptz
11278d55e8
Add command information to Parameter class
3 years ago
Rapptz
4fbafcd718
Fix attribute error in TranslationError
3 years ago
Rapptz
c32567ea81
Refactor TranslationContext to be more useful
The previous enum was good at accomplishing dynamic key generation for
a few cases, but it fell short in others:
1. It could not discern group names and command names
2. It could not give you more contextual data such as the full object
currently being translated.
On top of that, the context being a required parameter for
Translator.translate meant that it wouldn't be possible to re-use the
translator for other use cases outside of the rigid ones defined in the
library.
To alleviate these concerns, new enum attributes were added along with
a richer type for obtaining even more context.
3 years ago
z03h
dc81ff76c4
Add Object.type to Objects where a type can be determined
3 years ago