diff --git a/src/lib/utils.js b/src/lib/utils.js index e85ef0c..610c882 100644 --- a/src/lib/utils.js +++ b/src/lib/utils.js @@ -179,9 +179,9 @@ async function selectionMessage( components: [ { type: 3, - customID: msg.id, + custom_id: msg.id, options: [], - maxValues: maxItems, + max_values: maxItems, }, ], }, @@ -192,7 +192,7 @@ async function selectionMessage( type: 2, style: 4, label: "Cancel", - customID: "cancel", + custom_id: "cancel", }, ], },