discord.js-selfbot-v13 icon indicating copy to clipboard operation
discord.js-selfbot-v13 copied to clipboard

Send Slash in DM USER

Open Ruwin-dsc opened this issue 1 year ago • 3 comments

Which package has the bugs?

The core library

Issue description

We can't send slash in DM of User (for user install app)

Code sample

message.channel.sendSlash('990634397474643999', 'help').catch((e) => {
   console.log(e)
})

Package version

3.2.2

Node.js version

21

Operating system

Apple

Priority this issue should have

High (immediate attention needed)

Checklist

  • [X] I have searched the open issues for duplicates.
  • [X] I have shared the entire traceback.
  • [X] I am using a user token (and it isn't visible in the code).

Additional Information

No response

Ruwin-dsc avatar Jul 11 '24 11:07 Ruwin-dsc