update comment
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-03-05 12:58:40 +01:00
parent 484be87551
commit 3aacb9dab0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -21,7 +21,7 @@ const run = async () => {
const client_name = "Client";
await loadClient()
.then(async (client) => {
// Events Discord.JS
// Events Discord.JS and Player
const events_name = "Events";
await loadEvents(client)
.then(() => console.log(logStart(events_name, true)))