Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threads are not properly being detected as events, MessageCreate not being called either in thread #1099

Open
3 tasks done
xL0b0 opened this issue Mar 14, 2024 · 0 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@xL0b0
Copy link

xL0b0 commented Mar 14, 2024

Which package has the bugs?

The core library

Issue description

So, to explain the scenario.

When I'm listening to the event of Events.ThreadCreate, it is triggered when an OP of the thread sends a message to it, the MessageCreate event is not triggered. The account I'm logged into has thread view permissions though. When other accounts writing into the thread, no message event is being logged.
When I'm writing a message from the account I'm logged into, then all messages suddenly log when I'm logging the message.content in the MessageCreate event.

Any idea how to read the thread messages right away, without having to write first into the thread? As on some servers, I don't have any thread writing permissions but would like to see when a new message comes in.

Code sample

No response

Package version

3.1.4

Node.js version

v20.11.1

Operating system

Mac / Linux

Priority this issue should have

Medium (should be fixed soon)

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

@xL0b0 xL0b0 added the bug Something isn't working label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant