Giter Site home page Giter Site logo

Comments (9)

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

I'm at school, it's expected to be fixed in 4 hours

from discord.js-selfbot-v13.

pwaillette avatar pwaillette commented on August 19, 2024 1

Don't apologize! It's already very nice of you to provide a tool like this by risking your Discord account, so thank you very much! Only you do this, it's extremely convenient!

from discord.js-selfbot-v13.

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

Thank you !
I'll close this issue, maybe it won't be a bug anymore ehehe =))

from discord.js-selfbot-v13.

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

I think I missed a few pieces of code. I will correct it as soon as possible. Sorry for your experience :<

from discord.js-selfbot-v13.

pwaillette avatar pwaillette commented on August 19, 2024

No problem ! I have edit manually the module for my own experience, and it's work perfectly ! Thanks a lot !!

from discord.js-selfbot-v13.

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

No problem ! I have edit manually the module for my own experience, and it's work perfectly ! Thanks a lot !!

oh, I just fixed it too =)

from discord.js-selfbot-v13.

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

Added method: here

but if you edited it manually you can make 1 pull request :))

from discord.js-selfbot-v13.

pwaillette avatar pwaillette commented on August 19, 2024

Uh, I have an issue if I try to send a subcommand without options..

client.on("message", async (message) => {
  if (message.content === "s!startfarm ccp") {
    setInterval(async () => {
      await message.channel.sendSlash(skyID, "rpg-farm", ["chasser"]); //fonctionnel
      setTimeout(async () => {
        await message.channel.sendSlash(skyID, "rpg-farm", ["cueillir"]); //fonctionnel
      }, getRandomInt(2100, 3000));
      setTimeout(async () => {
        await message.channel.sendSlash(skyID, "rpg-farm", ["pecher"]); //fonctionnel
      }, getRandomInt(2100, 3000));
    }, 125000);
  }
});

The error :

`/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/node_modules/discord.js-selfbot-v13/src/structures/ApplicationCommand.js:489
if (subCommandCheck && !subCommand.options[i]) continue;
^

TypeError: Cannot read properties of undefined (reading '0')
at ApplicationCommand.sendSlashCommand (/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/node_modules/discord.js-selfbot-v13/src/structures/ApplicationCommand.js:489:49)
at TextChannel.sendSlash (/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/node_modules/discord.js-selfbot-v13/src/structures/Channel.js:256:25)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Timeout._onTimeout (/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/index.js:12:7)
MacBook-Aiko:Test aiko$ `

from discord.js-selfbot-v13.

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

Uh, I have an issue if I try to send a subcommand without options..

client.on("message", async (message) => {
  if (message.content === "s!startfarm ccp") {
    setInterval(async () => {
      await message.channel.sendSlash(skyID, "rpg-farm", ["chasser"]); //fonctionnel
      setTimeout(async () => {
        await message.channel.sendSlash(skyID, "rpg-farm", ["cueillir"]); //fonctionnel
      }, getRandomInt(2100, 3000));
      setTimeout(async () => {
        await message.channel.sendSlash(skyID, "rpg-farm", ["pecher"]); //fonctionnel
      }, getRandomInt(2100, 3000));
    }, 125000);
  }
});

The error :

`/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/node_modules/discord.js-selfbot-v13/src/structures/ApplicationCommand.js:489 if (subCommandCheck && !subCommand.options[i]) continue; ^

TypeError: Cannot read properties of undefined (reading '0') at ApplicationCommand.sendSlashCommand (/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/node_modules/discord.js-selfbot-v13/src/structures/ApplicationCommand.js:489:49) at TextChannel.sendSlash (/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/node_modules/discord.js-selfbot-v13/src/structures/Channel.js:256:25) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Timeout._onTimeout (/Users/aiko/Desktop/Developpement/Projets/JavaScript/Test/index.js:12:7) MacBook-Aiko:Test aiko$ `

I fixed it, please update to the latest version
sorry for your experience

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.