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
Jrelvas
(Jrelvas)
September 7, 2020, 10:09pm
#3
Can you please clarify? Are you trying to send a message through a webhook or a bot ?
Sniperkaos
(Swag Messiah)
September 8, 2020, 12:30am
#4
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?