messageCreate isn't firing
I'm not getting messageCreate triggers when a message is sent in a chat channel.
To cover items from similar questions:
- I've triple-checked my intents (see below)
- I've got the "partials" thing in the code
- The bot is in the server (/commands work)
- The bot has access to all (one) channels
- Perms are properly set in the bot portal
Relevant Code:
The log from the
Unless I'm totally understanding things, I should see that log every time someone writes something in the server where the bot is present, right?
To cover items from similar questions:
- I've triple-checked my intents (see below)
- I've got the "partials" thing in the code
- The bot is in the server (/commands work)
- The bot has access to all (one) channels
- Perms are properly set in the bot portal
Relevant Code:
The log from the
ClientReady event is seen as expected, but the log from MessageCreate never shows up at all.Unless I'm totally understanding things, I should see that log every time someone writes something in the server where the bot is present, right?
