Update correction du doublons

This commit is contained in:
*x1
2024-06-25 18:50:30 +02:00
parent 36d3dee892
commit a6375f6fb4
+2 -2
View File
@@ -13,7 +13,7 @@ client.config = require("./config.json");
console.log(`${loadEvents(client, "..\\events")} events loaded`.grey);
console.log(`${loadCommands(client, "..\\commands")} commands loaded`.grey);
loggT(`${loadEvents(client, "..\\events")} events loaded`);
loggT(`${loadCommands(client, "..\\commands")} commands loaded`);
loggT(`Events loaded`);
loggT(`Commands loaded`);
client.login(process.env.TOKEN);