diff --git a/src/util/Constants.js b/src/util/Constants.js index a9c469b85b4a..78cab06a93e6 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -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