generated from nhcarrigan/template
fix: correct sku
This commit is contained in:
parent
eb9c1c4a46
commit
61f4fa05c6
@ -26,7 +26,7 @@ export const isSubscribed = async(
|
||||
if (!isEntitled && interaction.user.id !== "465650873650118659") {
|
||||
const subscribeButton = new ButtonBuilder().
|
||||
setStyle(ButtonStyle.Premium).
|
||||
setSKUId("1338596712121499669");
|
||||
setSKUId("1338672773261951026");
|
||||
const row = new ActionRowBuilder<ButtonBuilder>().addComponents(
|
||||
subscribeButton,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user