Search the Community
Showing results for tags 'webhook'.
-
AutoIT including WebHooks for Discord
SolemnStrike posted a topic in AutoIt General Help and Support
Hello, Maybe some of you know the program / site "discord.gg", it's a Chat for gamers. There is a function called "WebHook" which is more or less a little pseudo bot. You get a link and over this you can let the bot send whatever you want. For example here is a little bot/webhook that posts the newest NASA articles, including Pictures. I "created" this with the site "ifttt.com" which manages webhooks for you. Now my question: When there is an event detected by my bot, can i send a message from my Bot directly to my Discord Webhook with the link? A message like "loot xyz is found"? If this is not possible, i would try to use a longer way: When my Bot detects an event, I would try to trigger "ifttt.com" with something like an email or something else (i still have to figure out what is the best, fastest and securest way) and trigger my Discord Webhook this way, but this would take way longer since it has to go over "ifttt.com"...