https://discord.gg/botpress logo
avoid end users sending other types of messages wh...
# 👀feature-requests
r
hey friends! we are trying to acheive a situation that if someone sends randomly a file,audio,image it will use hooks to go to a specific error node and the jump back to where it was. *for now thanks to @wooden-beard-40210 we have a nice "static" solution with expression that includes:*
event.type === 'image' || event.type === 'file' || event.type === 'audio'
it is working but making it for each node can be a terrible idea. there must be something more "global" to whole bot.