Hello!
I am creating a Report System, and I use Discord Webhooks as of now.
However, I feel that sending it by my Discord Bot would look more professional, and better.
Is there a way I can send a Message through a Discord Bot? (And as the Titles Asks…) If so, how?
I do not need Hosting, I have a Hoster available (Python & Node.js Files).
OFC a Webhook is easier, but I want to go the Extra Mile and have a Bot, as they are more Secure. I also want it to look professional, as said, and I think a Discord Bot would look better than a Webhook.
I don’t have any Powerful or Big Games, so I don’t expect many Requests, and it reports problems with a Script, not Players, so it cannot be spammed; it reports, then shuts down the script. And Webhooks also have limits too.
If you specifically don’t want to use a webhook and use a bot you can check out my guide on using the Discord REST API through Roblox which has an example for sending a bot message.