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