execute code is ignored / skipped
# 🤝help
q
I am collecting first raw data and save them in variables. Then I am making an api call in my "execute code" but nothing happens. I even made a console.log in the beginning of the code and nothing is being rendered in my console. So thats my I believe my bot is ignoring the whole code. This is my code:

https://cdn.discordapp.com/attachments/1144202867566202890/1144202867893338212/image.png

a
hey @quaint-plastic-78691, after you defined the
fetchChatData
function are you running it with a line like
await fetchChatData(params)
?
3 Views