Skip to content

Commit

Permalink
add LAUNCH_ACTIVITY interaction callback type (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Loretz <[email protected]>
  • Loading branch information
Donald Chen and colinloretz authored Aug 26, 2024
1 parent 081656e commit f2fd09d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-interactions",
"version": "4.0.0",
"version": "4.1.0",
"description": "Helpers for discord interactions",
"main": "dist/index.js",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ export enum InteractionResponseType {
* Respond with an upgrade prompt.
*/
PREMIUM_REQUIRED = 10,

/**
* Launch an Activity.
*/
LAUNCH_ACTIVITY = 12,
}

/**
Expand Down

0 comments on commit f2fd09d

Please sign in to comment.