Guys any suggestions on making dashboard for my discord bot

I want to integrate the dashboard and bot realtime
4 Replies
d.js toolkit
d.js toolkit5mo ago
- 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!
treble/luna
treble/luna5mo ago
thats outside of the scope of djs
Amgelo
Amgelo5mo ago
you can ask in #other-js-ts though there have been multiple posts about that already, you should check them first
ChickenStrips05
ChickenStrips055mo ago
You may use the http module or something like express to host a small http server, then return an html file that you can log into and make a custom api to retrieve bot stats.

Did you find this page helpful?