error to join server #1233
gesser0102
started this conversation in
General
Replies: 2 comments
-
is your token on the servers? |
Beta Was this translation helpful? Give feedback.
0 replies
-
const guilds = [
"guildID1",
"guildID2",
"etc..."
]
for (const guildId of guilds.map(r => r){
const guild = client.guilds.cache.get(guildId )
// your code
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the selfbot to connect to the server by ID, but I keep getting an "Unknown Guild" error. Could it be because the servers are asking for an hcaptcha to log in?
If so, has anyone figured out how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions