refactor(events/client): now guildCreate use the log wrapper
This commit is contained in:
parent
da888835ff
commit
eafbfc719a
1 changed files with 1 additions and 3 deletions
|
|
@ -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.`);
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue