User Flow Diagram for Music Bot AudioPlayer Behavior
Has anybody made or seen a flow diagram for music logic? I'm looking for something that totally documents the procedure beginning at the initial play call to building the AudioResource, handling of skips, pause, resume, reconnection/error handling (disconnecting bot, moving bot to different channel, connection loss, etc.), and a graceful exit.
YES, I have read the docs, but it'd be helpful to have something to reference so that I don't miss any important steps that are hard to debug. If nobody has a solution, I'll take one for the team and share my diagrams once I've built/tested my solution.
If this post is in the wrong category or has already been answered (I couldn't find a similar post), please kindly refer me to where I should go 🙂
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!If it helps:
[email protected]
node v20.13.1
Just take a look in some projects
You can find valuable algorhithm from there
and it's actually not that hard