Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotv committed Jul 6, 2024
1 parent 0ddbead commit d0d5e3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/commands/utility/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ const command: ChatInputCommand = {
const unixstamp =
Math.floor(Date.now() / 1000) - Math.floor((client.uptime || 0) / 1000);


const premium = await client.premium.check(interaction.guildId)

console.log(premium)

console.log(interaction.guildId)

const infoEmbed = new EmbedBuilder()
.setColor("#5865f4")
.setTitle("Bot Info")
Expand Down
4 changes: 0 additions & 4 deletions src/util/premiumHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ export default class PremiumHandler {

const guild = await this.client.database.getGuild(guildId!, true, true);

console.log("guild " + guild)

console.log(guild?.premium)

if (guild?.premium == 1)
return {
result: true,
Expand Down

0 comments on commit d0d5e3b

Please sign in to comment.