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(
|
log.success(`Guild ${guild.name} now sync with ${guild.memberCount} members.`);
|
||||||
`✅ | Guild ${guild.name} synchronisée avec ${guild.memberCount} membres.`,
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue