Skip to content

Commit

Permalink
feat: changed comments for interaction_response_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 24, 2023
1 parent db71ffa commit 5c429f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/dpp/appcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,15 @@ enum interaction_response_type {

/**
* @brief Reply to autocomplete interaction.
*
* @note Be sure to do this within 500ms of the interaction!
*/
ir_autocomplete_reply = 8,

/**
* @brief A modal dialog box
* @warning Not available for modal submit and ping interactions.
*
* @note Not available for modal submit and ping interactions.
*/
ir_modal_dialog = 9,

Expand Down

0 comments on commit 5c429f2

Please sign in to comment.