Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Dec 23, 2023
1 parent 69017b4 commit d6eeab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bot/commands/premium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6eeab0

Please sign in to comment.