-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Extend to user-installable app #432
Comments
Launched, tied to "Use External Apps" permission on June 18: https://support.discord.com/hc/en-us/articles/23957313048343-Moderating-Apps-on-Discord#h_01HZQQQEAD1NCVP0MB1VQXV5C0 |
User-installed apps reached general availability https://discord.com/developers/docs/change-log#userinstalled-apps-general-availability This task will be the next priority after Rush Duel search is released in #468 |
Note: due to no discord.js release, user-installable apps are not yet supported by the framework. |
Support introduced in 14.16.0 |
Commands not using custom emojis could be immediately ported:
Commands using custom emoji that probably need app emojis to render correctly:
|
🚀 🚀 🚀 |
Need to account for server scenarios where the response MUST be ephemeral. |
Summary of current launch blockers:
|
Update description and all description localizations to distinguish the user-install from the server-specific one. |
(this is only needed in development, which uses different server-specific vs user-installed commands) |
…skip test] Main purpose: record approximate_guild_count and approximate_user_install_count #432
On March 18, Discord announced that user-installed apps are in preview, whereas apps used to be installed on servers. This means we may be able to bring some Bastion interactions, e.g. Slash Commands, to direct messages, including group direct messages.
https://discord.com/developers/docs/tutorials/developing-a-user-installable-app
https://discord.com/developers/docs/change-log#userinstallable-apps-preview
The text was updated successfully, but these errors were encountered: