How to use Roblox's HTTP Service to communicate with discord js

I want to make my bot communicate with the discord like a webhook

I can’t find the webhook or command that is using to detect for sent async. I do not even know the place to send the async.

Tried looking in some topics, did not help.

Can you explain to me how to send data to the bot as an async and where to send it?

1 Like

This post might help you. Discord Integration: A guide on using Discord through Roblox [UPDATED]

Can you please clarify? Are you trying to send a message through a webhook or a bot?

host a database, have roblox post to it, then use the node library node-fetch to get everything periodically

I am trying to send a message through a bot, but I don’t know where to send. And how to detect ongoing async/content on the Bot’s side.

If you are trying to send a message from Roblox to discord bot running on discord.js then why not just host an express server on the same node process so that you have access to the same discord.js client instance?

and how exactly would you do that?