Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5 second delay between slash commands #1089

Open
3 tasks done
GisenTheCat opened this issue Mar 11, 2024 · 2 comments
Open
3 tasks done

5 second delay between slash commands #1089

GisenTheCat opened this issue Mar 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@GisenTheCat
Copy link

GisenTheCat commented Mar 11, 2024

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

  • 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

@GisenTheCat GisenTheCat added the bug Something isn't working label Mar 11, 2024
@aiko-chan-ai
Copy link
Owner

Remove "await" or sth

@GisenTheCat
Copy link
Author

Remove "await" or sth

Not using await.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants