chore: Remove unnecessary console.log statements and fix error in messageCreate event

This commit is contained in:
arthur
2024-06-21 17:04:16 +02:00
parent 9e7e2cad8d
commit 4b9530443b
3 changed files with 34 additions and 2 deletions
-1
View File
@@ -31,7 +31,6 @@ module.exports = {
try {
command.execute(message, args, client);
console.log("execute2")
console.log(`[${prefix}}] ${message.guild.name} | ${message.author.tag} | ${command.name}`.blue)
loggT(`[${prefix}] ${message.guild.name} | ${message.author.tag} | ${command.name}`)
} catch (error) {