chore: correct sku
Node.js CI / Lint and Test (push) Successful in 39s

This commit is contained in:
2025-08-15 00:01:06 -07:00
parent 3f6a699d94
commit 483d5e8b9e
+1 -1
View File
@@ -28,7 +28,7 @@ export const sendUnentitledResponse = async(
new ActionRowBuilder<ButtonBuilder>().addComponents( new ActionRowBuilder<ButtonBuilder>().addComponents(
new ButtonBuilder(). new ButtonBuilder().
setStyle(ButtonStyle.Premium). setStyle(ButtonStyle.Premium).
setSKUId("1405735335949766716"), setSKUId("1405735774376296460"),
), ),
]; ];
await interaction.editReply({ await interaction.editReply({