JDOG
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by JDOG on 4/3/2024 in #djs-questions
Bot Online indicator
How can I get rid of the green dot on a bot, like how "d.js docs" bot has no online green dot indicator in this server?
3 replies
MIA🎶 Moonlink.js - Imagine a Music Application
•Created by metropolitan-bronze on 9/8/2023 in #help
Playing local files
Was wondering how to play local files?
8 replies
MIA🎶 Moonlink.js - Imagine a Music Application
•Created by genetic-orange on 9/7/2023 in #help
'trackEnd' Listener never being called
I have the trackEnd listener intialized like so:
client.moon.on('trackEnd', async(player, track) => {
console.log("TRACK ENDED");
});
But I never see "TRACK ENDED" being printed to the console, my 'trackStart' works, just not the trackEnd listener.
Was wondering if there were any common problems for this?46 replies