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

Problem with bun using sendSlash

Pedromdsn opened this issue · comments

Which package has the bugs?

The core library

Issue description

image

The problem only affects the version using Bun runtime, using node it works.

Bun - 1.0.29

Code sample

No response

Package version

lastest

Node.js version

20.9.0

Operating system

Ubuntu WSL

Priority this issue should have

Low (slightly annoying)

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

commented

Im actually getting the same with node : (

pls record your screen when you are using the bot in the official client

commented

pls record your screen when you are using the bot in the official client

I'll make a new issue, as I think what I'm seeing is different enough from this to be separated

I'll make a new issue, as I think what I'm seeing is different enough from this to be separated

uhm

@aiko-chan-ai Just run any slash command in bun.js instead of node.js.

djssb doesn't fully support bun, but I'll keep an eye on it (maybe after I finish studying for the exam).

djssb doesn't fully support bun, but I'll keep an eye on it (maybe after I finish studying for the exam).

I haven't found any problems other than that, if there's anything I can help with, just let me know.

@aiko-chan-ai hi, any updates on this?

#1072 (comment) 😭

This is the bun, not the replit.

This is the bun, not the replit.

Screenshot_20240427_112108_Chrome

😠

😣😣

The issue is with the form-data package with bun, removing it and just using the build in form data fixes it.

Oh ty :3