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

An unofficial discord.js fork for creating selfbots

Home Page:https://discordjs-self-v13.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5 second delay between slash commands

GisenTheCat opened this issue · comments

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

Remove "await" or sth

Remove "await" or sth

Not using await.