Rapptz
1cdf710908
Rename InteractionCallback to InteractionCallbackResponse
2 months ago
DA344
5b78097cef
Add support for Interaction Callback Resource
Co-authored-by: Danny <[email protected] >
2 months ago
Rapptz
df4b1c88df
Move MissingApplicationID to top-level discord namespace
7 months ago
DA344
be9edf8deb
Remove setting sku_id explicitly via button decorator
Co-authored-by: Danny <[email protected] >
10 months ago
DA344
356474ffb9
Add ButtonStyle.premium
10 months ago
Soheab
963bb08557
Add support for Message.interaction_metadata
Co-authored-by: Danny <[email protected] >
11 months ago
Danny
2e2f51fd5c
First pass at supporting user apps
Co-authored-by: red <[email protected] >
Co-authored-by: Vioshim <[email protected] >
11 months ago
Soheab_
c5ecc42c72
Add support for default_values field on selects
2 years ago
Rapptz
a852f90358
Add support for dynamic items that parse custom_id for state
2 years ago
rdrescher909
436d0849d9
Fix UI Kit description typo
2 years ago
Trevor
5009c83bc9
Implement New Select Types
Co-authored-by: Soheab_ <[email protected] >
Co-authored-by: rdrescher909 <[email protected] >
Co-authored-by: Danny <[email protected] >
2 years ago
Puncher
354d4bace4
Add missing decorator signs for interaction documentation
3 years ago
Rapptz
d78be1f591
Fix Exception Hierarchy to have the proper heading
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
Puncher
e269904b26
Add :decorator: to ui.button and ui.select
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
Rapptz
1727eca106
Add app_commands.Parameter for parameter introspection
3 years ago
Rapptz
2d586ae805
Add initial support for app command localisation
3 years ago
Soheab
3aa55ba1ed
Implement Application Command Permissions models
3 years ago
z03h
bd727d2b0c
Add edit and delete methods to AppCommand
3 years ago
z03h
619bc50e5d
Add application command permissions to audit log
3 years ago
Rapptz
204f941e96
Display permissions v2 decorators in the documentation
3 years ago
Rapptz
e79895d824
Add Message.interaction and MessageInteraction type
Fix #7819
3 years ago
Rapptz
24f8f8d4a7
Rename MaxCommandsReached to CommandLimitReached
3 years ago
Rapptz
34b2ff40b6
Change ValueError on max commands reached to a more specific exception
3 years ago
Rapptz
9f83eb6032
Add application command cooldown decorators
Fix #7790
3 years ago
Rapptz
74b5e0ceb1
Implement some built in checks for app_commands
A lot of these implementations are adapted from the equivalent
ext.commands checks. These only implement the common ones that could
not solely be done by Discord in the future.
3 years ago
Nadir Chowdhury
c6d0c82d66
Implement app_commands.rename decorator
3 years ago
Rapptz
bea6b815e2
Add support for app command checks
This does not include any built-in checks due to design considerations.
3 years ago
Rapptz
a4676804ec
Show inherited members in InteractionMessage
3 years ago
Rapptz
3d74da8d70
Add missing app_commands decorators to documentation
3 years ago
I. Ahmad
8e045d39e7
Fix link referencing the wrong document
3 years ago
Rapptz
c9fc11b0a5
Document inherited members in ui.Modal
3 years ago
Rapptz
aa74238053
Reorganise documentation for interactions
3 years ago