diff --git a/src/lib/utils.js b/src/lib/utils.js index 24aad79..014a8a8 100644 --- a/src/lib/utils.js +++ b/src/lib/utils.js @@ -197,6 +197,7 @@ async function selectionMessage(msg, heading, options, timeout = 30000) { data.components[0].components[0].options.push({ label: value.display, value: value.key, + description: value.description, }); }); if (options.length > 20) {