Ayustatus
DIAdiscord.js - Imagine an app
•Created by Ayustatus on 2/6/2024 in #djs-questions
messageCreate not triggering
node version: 17.0.1
intents:
event handling:
.src/events/messageCreate.js:
console:
$ node src/bot.js
command: messagehistory has been loaded
command: status has been loaded
event: interactionCreate has been loaded
event: messageCreate has been loaded
event: messageDelete has been loaded
event: ready has been loaded
...
Ready! Logged in as BOTNAME#XXXX
logfile:
[WS => Shard 0] Shard will not receive any more guild packets. Unavailable guild count: 1
[WS => Shard 0] First heartbeat sent, starting to beat every 41250ms
So the only thing that I can see would be the Unavailable Guild count:1
but the bot still works with both commands,ready and interactionCreate events are triggered
4 replies