Macro Tips
Last updated
Last updated
You can control the whole macro's looping behaviour by selecting the Settings menu in the macro, and then switching between options in the Loop section:
You can create infinite loops by creating a circle with macro component outputs:
If you do not need an infinite loop, you can use the Repeat component instead, on which you can specify how many times it should go to the "Loop" output, before goint to the "Finished" output:
This will allow you to move, delete, etc. all of the selected components at the same time:
Or read text tutorial https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
To mention users, use the following format: <@user_id> (e.g.: "Hello <@739441278588026891>") To mention roles, use the following format: <@&role_id> (e.g.: "Group <@&1269438860518096916>, please notice this!")
Currently discord webhooks that mention users in embedded fields do not produce ping notifications! This will be updated once notifications are supported fully.