Giter Club home page Giter Club logo

Comments (6)

aiko-chan-ai avatar aiko-chan-ai commented on May 19, 2024
invite = await client.fetchInvite(inviteCode);
guild = await client.guilds.fetch(invite.guild.id);

guild.members.fetch().then(console.log);

I could manage to fetch the guild object, but the members part keeps failing.

if you are not having the rights to manage roles, or manage users, it means opcode 8 is not working
With opcode 14 you can get a certain number of members but won't be able to get by promise in members.fetch() [bug :)]
So after you fetch() you can use guild.members.cache

from discord.js-selfbot-v13.

aSashaaa avatar aSashaaa commented on May 19, 2024

Sooo can you send me a code which actually works? :D

from discord.js-selfbot-v13.

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

Sooo can you send me a code which actually works? :D

const sleep = (sec) => new Promise((r) => setTimeout(r, sec * 1000)); // delay function
await guild.members.fetch()
sleep(2) // I think 2 seconds is enough for a 1000 member server
const members = guild.members.cache

from discord.js-selfbot-v13.

aSashaaa avatar aSashaaa commented on May 19, 2024

still not works.

the code stucks on await guild.members.fetch().

from discord.js-selfbot-v13.

aiko-chan-ai avatar aiko-chan-ai commented on May 19, 2024
const sleep = (sec) => new Promise((r) => setTimeout(r, sec * 1000));

I'm working on a fix, you can wait for the next version

from discord.js-selfbot-v13.

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

bug fixed, please update to version 1.3.9

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.