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

Problem with bun using sendSlash #1078

Open Pedromdsn opened 4 months ago

Pedromdsn commented 4 months ago

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

Additional Information

No response

Jheesbrough commented 4 months ago

Im actually getting the same with node : (

aiko-chan-ai commented 4 months ago

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

Jheesbrough commented 4 months ago

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

aiko-chan-ai commented 4 months ago

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

uhm

Pedromdsn commented 3 months ago

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

aiko-chan-ai commented 3 months ago

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

Pedromdsn commented 3 months ago

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.

lonelil commented 2 months ago

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

aiko-chan-ai commented 2 months ago

https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions/1072#discussion-6285018 😭

Pedromdsn commented 2 months ago

#1072 (comment) 😭

This is the bun, not the replit.

aiko-chan-ai commented 2 months ago

This is the bun, not the replit.

Screenshot_20240427_112108_Chrome

aiko-chan-ai commented 2 months ago

😠

Pedromdsn commented 2 months ago

😣😣

lonelil commented 2 months ago

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

aiko-chan-ai commented 2 months ago

Oh ty :3