@everyone mention when new image is added
BigToeJoe88 opened this issue ยท 5 comments
BigToeJoe88 commented
I would like to add a @everyone mention to the Discord channel when a new image is added.
I tried to use Discord webhook embed objects and mentions but not succeed.
https://discord.com/developers/docs/resources/webhook#execute-webhook
Would there be any solution to this that could be included in the code?
fernandod1 commented
Have you tried to add "@everyone" word to embed["title"] variable?
InvisibleOS commented
Pings don't work on embeds I guess. There would be another text message to be added with the embed. Any way to do that? Its something like "plainText":
in JSON embeds but I'm not too sure
ArvindAROO commented
I used this some time ago, and it works, apart from that, I don't know i we can ping in webhooks
jb3/webhook-discord#17 (comment)
aternis commented