aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
704 stars 145 forks source link

5 second delay between slash commands #1089

Closed GisenTheCat closed 3 weeks ago

GisenTheCat commented 3 months ago

Which package has the bugs?

The core library

Issue description

Whenever I run a slash command with channel.sendSlash('id', 'command') it takes 5 seconds before it can run another one. I'm sure this isn't actually a bug but I can't find anywhere ti change this to make it work without waiting 5 seconds.

Code sample

No response

Package version

discord.js-selfbot-v13@3.1.4

Node.js version

v20.11.1

Operating system

Windows

Priority this issue should have

Medium (should be fixed soon)

Checklist

Additional Information

No response

aiko-chan-ai commented 3 months ago

Remove "await" or sth

GisenTheCat commented 3 months ago

Remove "await" or sth

Not using await.