Giter Site home page Giter Site logo

Comments (6)

DemonMartin avatar DemonMartin commented on August 19, 2024 1

Oh Sorry, I though this Issue didn't exist

from discord.js-selfbot-v13.

aiko-chan-ai avatar aiko-chan-ai commented on August 19, 2024 1

Well, the same Problem for guildMemberUpdate

This event will not work properly on large servers. This is due to Discord limitation .-.

from discord.js-selfbot-v13.

aiko-chan-ai avatar aiko-chan-ai commented on August 19, 2024

Issue description

The "guildMemberAdd" Event seems to be not working, since it doesn't get called at all (The Account is on multiple big Guilds which get joins every sec)

Code sample

const { Client } = require('discord.js-selfbot-v13');
const client = new Client();

client.on('ready', async () => {
    console.log(`${client.user.username} is ready!`);
})

client.on('messageCreate', async (msg) => {
    //console.log(msg.author.username)
})
client.on('guildMemberAdd', async (member) => {
    console.log(member.user.username)
})
client.login('');

Package version

newest

Node.js version

v16.14.2

Operating system

Windows

Priority this issue should have

Medium (should be fixed soon)

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

#109 .-.

from discord.js-selfbot-v13.

DemonMartin avatar DemonMartin commented on August 19, 2024

Well, the same Problem for guildMemberUpdate

from discord.js-selfbot-v13.

DemonMartin avatar DemonMartin commented on August 19, 2024

Okay then, Discord has gotten really annoying

from discord.js-selfbot-v13.

aiko-chan-ai avatar aiko-chan-ai commented on August 19, 2024

Okay then, Discord has gotten really annoying

yea

from discord.js-selfbot-v13.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.