Hello Developers,
I have recently finished a game I have been working on and now decided was a good time to think about moderation. Obviously you could go the tried-and-tested route and make an admin panel, which I have in the past. I wanted to do that but also something a bit unique… Discord bot moderation.
My idea is that I will have a discord bot in a discord server, where I use its commands to communicate with my game. I have worked with webhooks but they are one-sided and RECIEVE not SEND requests.
Problems:
- I’m very inexperienced with web programming.
- Have not been able to find useful resources for my case.
Things I should be able to do with the bot:
- Shutdown all servers regardless of I’m logged in or out of ROBLOX.
- Ban Players/Kick Players
- Activate/Deactivate Future Events
I know scripting in Luau quite well, so on the roblox side of things I’ve got it covered. Only thing I really need help with is receiving the data on roblox. I would also highly prefer explanations of anything web related.
Any Help is Appreciated,
OceanTubez