Skip to content

Commit

Permalink
fix: rename component type
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed May 27, 2021
1 parent 30bb156 commit b4fd524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ exports.InteractionResponseTypes = createEnum([
* BUTTON
* @typedef {string} MessageComponentType
*/
exports.MessageComponentTypes = createEnum([null, 'ACTION_ROW', 'BUTTON']);
exports.MessageComponentTypes = createEnum([null, 'ACTION_ROW', 'MESSAGE_COMPONENT']);

/**
* The style of a message button
Expand Down

0 comments on commit b4fd524

Please sign in to comment.