lib.utils: fix selection messages interactions

This commit is contained in:
Cynthia Foxwell 2023-01-21 22:21:25 -07:00
parent 94f86eeb7b
commit 4f8a62e9c3
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ async function selectionMessage(
components: [ components: [
{ {
type: 3, type: 3,
customID: msg.id, custom_id: msg.id,
options: [], options: [],
maxValues: maxItems, max_values: maxItems,
}, },
], ],
}, },
@ -192,7 +192,7 @@ async function selectionMessage(
type: 2, type: 2,
style: 4, style: 4,
label: "Cancel", label: "Cancel",
customID: "cancel", custom_id: "cancel",
}, },
], ],
}, },