Hello everyone! I had a question regarding Discord Webhooks. As we know, it is possible to create a discord webhook and send messages on it via Roblox HTTPService. I’ve done it many times. But I can’t seem to find the answer to my question, how can I make it react to it’s own message, and how can I detect if a user reacted to it?
I’ve looked at discord.js for some kind of answer, even though that’s JavaScript and not Luau. All I can find is sending messages and embeds.
I have looked over and over for tutorials on DevForum, Developer Hub, and YouTube but I cannot find a single thing regarding this topic. If anyone can answer this for me, it will be greatly appreciated, and thank you so, so much.
This is also my first DevForum post, so I’m kind of new to this. Thank you so much again.
While I am not entirely sure if this will work, you should look into discord’s API. I found an endpoint you can use to get reactions, but you’d likely have to make it a loop. Here’s what I found on getting a specific reaction on a specific message:
Hey, short and simply - webhooks are for sending messages only. They cannot react, delete, or do anything that a discord bot application can do.
However, you can link a Discord Bot to Roblox. There is a few tutorials for that, here is one I found by simply googling “discord bot to roblox”: Is there a way to link discord to roblox?
If you have any questions regarding bots or webhooks you can ask, I’ve made several bots in the past and I’m happy to help if you need