mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-18 21:38:32 +02:00
chore: Remove unnecessary console.log statements and fix error in messageCreate event
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user