Has Attachments

The Message sent trigger is powerful bot sometimes lacks certain necessary features or variables. This suggestion provides a potential answer to those.

What I’m suggesting is to add a variable to the trigger that is Has Attachments and will be a Boolean for weather or not the triggering message has any attachments such as; images, stickers, or polls as well as what type of message it is as well as some Message flags. Also adding channel mentions as User and Role mentions are already included

The only functional alternative to this is getting the message for every message sent and checking the above criteria then performing an action. Adding this would make it so we can reduce the number of requests going to Discord meaning less hits on the global ratelimit for our bots

Message flags would be nice for stuff like replying to the Discord welcome messages/boost notifs, rather than just sending them. Also would mean that you could wait until the welcome message is sent (so whenever the user finishes onboarding) to send the custom message. Welcome messages and boost notifs could even be sent to a different private channel just for the bot to read and resend publicly.