diff --git a/src/index.ts b/src/index.ts index a3bac65..000252e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -63,6 +63,11 @@ export enum InteractionResponseType { * Respond with an upgrade prompt. */ PREMIUM_REQUIRED = 10, + + /** + * Launch an Activity. + */ + LAUNCH_ACTIVITY = 12, } /**