-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: user-installable apps #2409
Conversation
Signed-off-by: plun1331 <[email protected]>
|
how do I use this |
It is literally the first 3 lines of the PR description. There is one example as well. You can also look at the docs raw. |
Was just confirmed there will be a new permission |
That pull request was just closed and will not be added "for now" |
That was the pull request for replacing embedded activities permission; it is going to be a new permission now, as I linked (note the time between being closed and the DDevs message). |
Got it |
Signed-off-by: plun1331 <[email protected]>
Co-authored-by: Dorukyum <[email protected]> Signed-off-by: plun1331 <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Signed-off-by: Dorukyum <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Signed-off-by: Dorukyum <[email protected]>
* add enums, do command stuff, add context to interaction * style(pre-commit): auto fixes from pre-commit.com hooks * add authorizing_integration_owners * style(pre-commit): auto fixes from pre-commit.com hooks * add application_metadata * style(pre-commit): auto fixes from pre-commit.com hooks * don't trust copilot * style(pre-commit): auto fixes from pre-commit.com hooks * update __all__ * circular import * style(pre-commit): auto fixes from pre-commit.com hooks * fix numbers * h * style(pre-commit): auto fixes from pre-commit.com hooks * update guild_only deco to use contexts * type * style(pre-commit): auto fixes from pre-commit.com hooks * deprecation warnings * style(pre-commit): auto fixes from pre-commit.com hooks * docs * example * style(pre-commit): auto fixes from pre-commit.com hooks * edit docs * update changelog * style(pre-commit): auto fixes from pre-commit.com hooks * update changelog * add default contexts and integration_types values * style(pre-commit): auto fixes from pre-commit.com hooks * add default contexts and integration_types values * h * style(pre-commit): auto fixes from pre-commit.com hooks * subcmds * subcmds * update check for desynced cmds * h * h * Apply suggestions from code review Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: plun1331 <[email protected]> * Update CHANGELOG.md Seperate fix was made in Pycord-Development#2411 Signed-off-by: plun1331 <[email protected]> * allow Message.interaction to be settable ref. mahtoid/DiscordChatExporterPy#106 Signed-off-by: plun1331 <[email protected]> * Update core.py Signed-off-by: plun1331 <[email protected]> * Update interactions.py Signed-off-by: plun1331 <[email protected]> * style(pre-commit): auto fixes from pre-commit.com hooks * Update core.py Signed-off-by: plun1331 <[email protected]> * style(pre-commit): auto fixes from pre-commit.com hooks * Update core.py Signed-off-by: plun1331 <[email protected]> * Apply suggestions from code review Co-authored-by: Dorukyum <[email protected]> Signed-off-by: plun1331 <[email protected]> * Update permissions.py Signed-off-by: plun1331 <[email protected]> * Update permissions.py Signed-off-by: plun1331 <[email protected]> * style(pre-commit): auto fixes from pre-commit.com hooks * Update interactions.py Signed-off-by: plun1331 <[email protected]> * Apply suggestions from code review Signed-off-by: Dorukyum <[email protected]> * Update discord/interactions.py Signed-off-by: Dorukyum <[email protected]> * style(pre-commit): auto fixes from pre-commit.com hooks --------- Signed-off-by: plun1331 <[email protected]> Signed-off-by: Dorukyum <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: JustaSqu1d <[email protected]> Co-authored-by: Lala Sabathil <[email protected]> Co-authored-by: Dorukyum <[email protected]>
Installation & Testing
If you're looking to try this out, use the following:
Note that this is still a preview from Discord, and things may be subject to change.
Docs: https://pycord--2409.org.readthedocs.build/en/2409/
Example: https://github.com/Pycord-Development/pycord/blob/feat/ua/examples/app_commands/slash_users.py
Summary
https://discord.com/developers/docs/change-log#userinstallable-apps-preview
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.