Closed GisenTheCat closed 1 week ago
It's not a bug, it's a feature
why and how do you remove the feature
remove "await"
it didn't work
while (true) {
console.log('checkpoint 1');
channel.sendSlash('bot id', 'rock paper scissors', 'rock');
console.log('checkpoint 2');
}
If the bot doesn’t respond, each time 'await' is used, it will have a 5-second wait.
so there is no way to simply await the response and not wait the extra 5 seconds?
but then what if i want to interact with a command, like with a button, but i don't want to wait 5 seconds? because it seems to wait 5 seconds even if the bot responds in almost a second
Which package has the bugs?
The core library
Issue description
there's a huge time between checkpoint 1 and 2
Code sample
Package version
discord.js-selfbot-v13@3.4.2
Node.js version
v20.11.1
Operating system
Windows 11
Priority this issue should have
Medium (should be fixed soon)
Checklist
Additional Information
i think i reported this before but now i got a code sample am i alone with this problem?