From d6eeab04cf9598133f359c5ebebd2576810c3db8 Mon Sep 17 00:00:00 2001 From: MrlolDev Date: Sat, 23 Dec 2023 11:31:11 +0100 Subject: [PATCH] debug --- src/bot/commands/premium.ts | 1 + 1 file changed, 1 insertion(+) 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,