removed unnecessary console.logs

This commit is contained in:
Aster Fialla
2026-02-15 15:57:28 -05:00
parent 9bff32456c
commit be83e8d629
3 changed files with 0 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ client.on(Events.MessageCreate, async (message) => {
}
}
catch(error) {
console.error(error);
return await message.reply(error.message);
}
});