refactor(events/client): now guildCreate use the log wrapper

This commit is contained in:
Raphael 2025-10-26 22:31:56 +01:00 committed by Raphaël
parent da888835ff
commit eafbfc719a

View file

@ -112,8 +112,6 @@ export default {
}
}),
);
console.log(
`✅ | Guild ${guild.name} synchronisée avec ${guild.memberCount} membres.`,
);
log.success(`Guild ${guild.name} now sync with ${guild.memberCount} members.`);
},
};