discord.js-selfbot-v13
discord.js-selfbot-v13 copied to clipboard
Thread create event not emitting
Which package has the bugs?
The core library
Issue description
Does the event emit when a thread is created in a text channel ? (i havent joined yet)
for me, it seems to emit only when i myself create a thread or join a thread. Without joining the event doesnt emit, any way?
Code sample
this.on("threadCreate", this.threadCreate);
Package version
3.1.4
Node.js version
20
Operating system
No response
Priority this issue should have
Medium (should be fixed soon)
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