Skip to content
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

DiscordAPIError: Unknown Message #1108

Open
3 tasks done
aotopilotteste opened this issue Mar 22, 2024 · 0 comments
Open
3 tasks done

DiscordAPIError: Unknown Message #1108

aotopilotteste opened this issue Mar 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aotopilotteste
Copy link

aotopilotteste commented Mar 22, 2024

Which package has the bugs?

The core library

Issue description

image
image

Code sample

const client = new Client({
        captchaSolver: function (captcha, UA) {
            return solver
                .hcaptcha(captcha.captcha_sitekey, 'discord.com', {
                    invisible: 1,
                    userAgent: UA,
                    data: captcha.captcha_rqdata,
                })
                .then(res => res.data);
        },
        http: {
            headers: { "x-super-properties": "ewogICJvcyI6ICJXaW5kb3dzIiwKICAiYnJvd3NlciI6ICJEaXNjb3JkIENsaWVudCIsCiAgInJlbGVhc2VfY2hhbm5lbCI6ICJjYW5hcnkiLAogICJjbGllbnRfdmVyc2lvbiI6ICIxLjAuNDkiLAogICJvc192ZXJzaW9uIjogIjEwLjAuMjI2MjEiLAogICJvc19hcmNoIjogIng2NCIsCiAgInN5c3RlbV9sb2NhbGUiOiAiZW4tVVMiLAogICJjbGllbnRfYnVpbGRfbnVtYmVyIjogIjE1MjQ1MCIsCiAgImNsaWVudF9ldmVudF9zb3VyY2UiOiBudWxsCn0=" }
        },
        captchaRetryLimit: 3,
    });

    client.on('ready', async () => {
        console.log('Ready!', client.user.tag);
        await client.acceptInvite(convite);
    });

Package version

discord.js-selfbot-v13@3.1.4

Node.js version

20.0.0

Operating system

Windows

Priority this issue should have

High (slightly annoying)

Checklist

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response

@aotopilotteste aotopilotteste added the bug Something isn't working label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant