Closed Tofaa2 closed 3 years ago
I believe you need to specify a version for your bot
They don't need to specify an mc version, autoversion figures it out.
We cannot provide support for this problem, not all the code is even provided as you're require
'ing out of files in the ./mineflayer
folder. If you have a specific error message or a concise, mineflayer-only problem that we can provide support for. I recommend starting with a much simpler code base, echoing messages to the console, and then slowly adding the discord.js elements to see where this code went wrong.
They don't need to specify an mc version, autoversion figures it out.
We cannot provide support for this problem, not all the code is even provided as you're
require
'ing out of files in the./mineflayer
folder. If you have a specific error message or a concise, mineflayer-only problem that we can provide support for. I recommend starting with a much simpler code base, echoing messages to the console, and then slowly adding the discord.js elements to see where this code went wrong.
I don't think autoversion works on hypixel, at least according to my testing
Oh if it's behind a Velocity/Bungee proxy that's reporting an unsupported version ya, you'll need to specify a version. Good catch.
They don't need to specify an mc version, autoversion figures it out.
We cannot provide support for this problem, not all the code is even provided as you're
require
'ing out of files in the./mineflayer
folder. If you have a specific error message or a concise, mineflayer-only problem that we can provide support for. I recommend starting with a much simpler code base, echoing messages to the console, and then slowly adding the discord.js elements to see where this code went wrong.
That is all of it ;-; theres only message.js which i specified
Oh if it's behind a Velocity/Bungee proxy that's reporting an unsupported version ya, you'll need to specify a version. Good catch.
Thanks tons guys applying the version property fixed the issue :D
Versions
Detailed description of a problem
A clear and concise description of what the problem is, with as much context as possible. What are you building? What problem are you trying to solve?
Trying to make a bridge bot from a discord channel to a hypixel guild chat but the bot wont even connect to the lobby
What did you try yet?
Did you try any method from the API? Yes Did you try any example? Any error from those? Yes i have "https://hypixel.net/threads/guide-making-a-discord-to-guild-bot.4219994/"
Your current code
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.