Description
Currently, amD mirrors status updates to Discord as embeds sent by the bot, it is difficult to identify which member posted the update.
Solution
Use Discord webhooks so each mirrored update appears with the member’s username and avatar.
Tasks
- Create a webhook in each status channel if it does not exist
- Fetch the member’s Discord username and avatar
- Send the update using the webhook with user details