-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting "Unknown Message" on latest version #1045
Comments
joininvite.txt From the looks of it probably, Although with the captcha solver, I have no idea. and no tips on that. |
I get this when trying to join a guild on my normal client. It's a token-based thing afaik |
Bump |
This worked for me : V4NSH4J/discord-mass-DM-GO#886 (comment) Also, this happens to me after I do some changes on my acc (profile picture, username ...) |
const client = new Discord.Client({
http: {
headers: { "x-super-properties": "ewogICJvcyI6ICJXaW5kb3dzIiwKICAiYnJvd3NlciI6ICJEaXNjb3JkIENsaWVudCIsCiAgInJlbGVhc2VfY2hhbm5lbCI6ICJjYW5hcnkiLAogICJjbGllbnRfdmVyc2lvbiI6ICIxLjAuNDkiLAogICJvc192ZXJzaW9uIjogIjEwLjAuMjI2MjEiLAogICJvc19hcmNoIjogIng2NCIsCiAgInN5c3RlbV9sb2NhbGUiOiAiZW4tVVMiLAogICJjbGllbnRfYnVpbGRfbnVtYmVyIjogIjE1MjQ1MCIsCiAgImNsaWVudF9ldmVudF9zb3VyY2UiOiBudWxsCn0=" }
},
});
client.on('ready', async () => {
console.log('Ready!', client.user.tag);
});
client.login('token'); |
await client.acceptInvite('gaming') |
fixed |
This error occurs when discord anti bot detects suspicious activity, I can't completely fix it |
Which package has the bugs?
The core library
Issue description
when using the JoinGuild.js example, throwing this error. I've tried various tokens on various IP addresses and still getting the same error.
The text was updated successfully, but these errors were encountered: