Sending messages through a Discord bot from Roblox (Not webhooks)

  1. What do you want to achieve? I want to be able to send messages on Discord through a Discord bot when doing something ingame. Similar to the http webhooks, however, I want it to go through the Discord bot.

  2. What is the issue? I am unsure of how to achieve this. I am able to send webhooks from Roblox to Discord but I want to be able to send it through a Discord bot instead.

  3. What solutions have you tried so far? I have searched for videos and on google on how to integrate a Discord bot with Roblox Studio but I haven’t found a clear solution to my problem.

1 Like

need to send httpservice post requests to the webserver running the bot

How would you go about doing this and is there any documentation on this?

im not that experienced on discord bots but im pretty sure you just have to connect the VPS that the discord bot is running on to a webserver that can handle post requests (probably expressjs)

Funnily enough, I did this the earlier today LOL.
Thinking of posting a tutorial for it, would you like that?

That would be great, please share it if you do so.

1 Like

Will do :slight_smile:

Just finished the module, doing some final checks then I’ll make the release, will let you know when :+1:

1 Like

This is exactly what a webhook is for…
Just use it, there is no easy way to do this without a webhook.

Hey, sorry for bothering but do you have any updates on this? I’m quite curious sorry.

Hi!

I’ve written the post, we sadly had to rewrite the ENTIRE server in ts and we only have a few command files left :pray:

1 Like

Ah, I understand. Thank you for attempting to fix it though. Good luck!

1 Like

Use The Https Service and use the post feature

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.