diff --git a/packages/reacord/scripts/discordjs-manual-test.tsx b/packages/reacord/scripts/discordjs-manual-test.tsx index 12c3d22..8c1439f 100644 --- a/packages/reacord/scripts/discordjs-manual-test.tsx +++ b/packages/reacord/scripts/discordjs-manual-test.tsx @@ -55,49 +55,29 @@ await createTest( "buttons", "should show button text, emojis, and make automatic action rows", async (channel) => { - const propCombinations = generatePropCombinations({ - style: ["primary", "secondary", "success", "danger"], - emoji: ["🍓", undefined], - disabled: [true, false, undefined], - label: ["label prop", undefined], - children: ["children prop", undefined], - onClick: [() => {}], - }).filter((combination) => combination.label || combination.emoji) - - for (const combinations of chunk(propCombinations, 8)) { - reacord.send( - channel.id, - combinations.map((combination, index) => ( -