diff --git a/src/bot/commands/premium.ts b/src/bot/commands/premium.ts index 6caaea6..2682a3e 100644 --- a/src/bot/commands/premium.ts +++ b/src/bot/commands/premium.ts @@ -24,6 +24,7 @@ async function buildInfo(bot: Bot, userId: BigString, guildId?: BigString): Prom content: "You don't have any premium plan or subscription.", }; const premiumInfo = await premium(environment); + console.log(premiumInfo); const embed = await generatePremiumEmbed({ environment: environment, premiumSelection: premiumInfo,