update to discord-player-v6 #76

Merged
Anri merged 30 commits from feat/music-v6 into main 2023-03-11 20:36:25 +01:00
Showing only changes of commit 3aacb9dab0 - Show all commits

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)))