Mee6 Import Script/Command
I have a custom bot that was originally written by another person who created this bot to allow others to have their own custom bots. I have since edited it for my own use and messed about with it and I'm now looking how to create a Mee6 import script or command that will allow me to use my bot to manage people's levels in my server, however, using the xp that they previously gained using Mee6. I would also like to create a leaderboard that will show everyone's levels. Could I receive some help with this? That would be much appreciated.
5 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!
- ✅
Marked as resolved by OP[email protected]
Node v17.9.1
How do you expect to get the data from a different bot (that you have no control over)? Also this is not djs related
From what I understand, Mee6's API is public, allowing others to create similar commands, I wanted to do the same with my bot, I'm just not familiar with how to incorporate it. I apologise if this is not DJS related, I posted it in here since it was related to a discord bot coded in JS, so that would make sense to me.
If mee6 provides API to get such data, then you'll have to ask mee6 support on how to get it, we can only help with issues you are having with djs part. Also code used in djs bot doesn't mean it's related to it, there's #other-js-ts for non-djs related stuff