discord.js-selfbot-v13
discord.js-selfbot-v13 copied to clipboard
Problem with bun using sendSlash
Which package has the bugs?
The core library
Issue description
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
- [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
Im actually getting the same with node : (
pls record your screen when you are using the bot in the official client
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?
https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions/1072#discussion-6285018 😭
This is the bun, not the replit.
😠
😣😣
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