Trigger discord not collecting message correctly

Hello,
I have a simple workflow. A discord trigger who query message in a specific page on discord and add it to google sheet. Until now no problem with it and now it’s not working anymore and that without error ??

I explain myself, when i go to the inspector, where i can see all atempt. There is no error and it s like he receive only empty information from discord. In discord the message to export is here. So why pipedream don t collect correctly the message in discord anymore ?

i tried to create a new trigger but still the same problem, when i try the trigger, the list of event he propose me to test are all empty ? (and it s not empty on discord)
So clearly pipedream know there is new events to query but he is not abble to read them ?

Thanks for writing in @lemonelle and sorry to hear you’re running into an issue with your Discord trigger.

Can you click into the workflow settings and enable the “Allow Pipedream Support to access this workflow,” then also paste the workflow URL here?

i already allowed the support from pipdream but i dont know where to find the url for the workflow

but here the url i have when i m in the workflow in case : https://pipedream.com/@lemonelle/discord-to-item-auto-p_vQCBdnD/inspect

Thank you @lemonelle

This is likely related to an update to default bot configuration that Discord recently started rolling out / enforcing. You will need to go into your Bot’s settings in the Discord Dev Portal, choose the bot you’ve connected to this source, select “Bot” on the left side to open the settings, then enable “Message Content Intent”, to ensure the message body is exposed via your trigger.

Here is a gif:
GIF 2022-09-02 at 1.59.09 PM

it’s working !!! thank you !