Selection.options - shysolocup/noscord.js GitHub Wiki
options for the selection
type: Array
let selection = new Selection({
options: [
{ label: "A", value: "option_a", desc: "choice A" },
{ label: "B", value: "option_b", desc: "choice B" },
{ label: "C", value: "option_c", desc: "choice C" },
{ label: "D", value: "option_d", desc: "choice D" }
]
});