Member join/leave not triggering


As the image above shows, I have all intents enabled. I also reset the bot’s token 2 days ago so I know it’s an active token. The bot also sent a message within the past few seconds so I know that works without error

I made a simple flow to send a message whenever a user leaves a server and another flow for when a member joins a server. Both only have 2 blocks (one for sending a message and the other as a realtime log)
Member join
Member left

Both channel IDs are valid channel IDs and the bot is able to send a message when manually triggered but for some reason, the bot doesn’t receive the member joined/left trigger

First message in Discord

I added a single send message to a different flow and even that flow created in 2024 didn’t trigger. Could this be something with the bot or a larger issue others either have noticed and hadn’t mentioned or haven’t noticed?

I see the member join works in the Inventor server, could this be a local outage for a certain IP group or is it possibly more specific than that?

  • Have you tried syncing the server list manually?
  • I see the Intent screenshot from Discord, but are they configured the same way in Inventor?
  • Does your flow depend on any manual network requests to Discord?
  • If you deactivate all flows except 2 basic flows that just send a message in a known channel on join/leave (basically just dump all the trigger data), does the issue persist?
  • Do you have a rough idea of when this started?
  • Does it impact your other bots?

Sync server list manually: Yes
Inventor intents: Yes
Manual request: No
Deactivate all but 2: Disabling all but 2 still doesn’t work
Rough idea: First noticed Feb 05
Other bots: Just ReWork from my 5 most popular bots that I’ve tested

The token was also reset a few days ago as well as reverifying that the bot has all perms set on the discord dev portal

Resolved. It was an intents issue on the Inventor side.