Skip to content

Commit

Permalink
Update interactionCreate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t3mq authored Nov 20, 2022
1 parent d42fbd7 commit 8c25bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions events/client/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ execute: async (interaction, client) => {
}
interaction.member = interaction.guild.members.cache.get(interaction.user.id);

//console.log(db.get(`guild_${interaction.guild.id}_settings`))
console.log(`[SLASH COMMANDS] `.bold.red + `/${cmd.name}`.bold.blue + ` has been executed`.bold.white)
cmd.execute(client, interaction, args);
}
}

}
}
}

0 comments on commit 8c25bf9

Please sign in to comment.