How to make a Mod Call System that calls out moderators on your Discord Server

Hello, my friend wanted to make me “Mod Call” system in which when a player can click a button and message / ping the admins in the discord server. I know this requires the knowledge of HTTP Request, and Node JS but I don’t really know how to connect a bot to roblox. Any chance someone can help me here? Thanks, I would really appreciate it :smiley:

3 Likes

You need to use the bot token to access the bot, and then connect it to the Roblox game with the mod call.

ik node js and how to make a discord bot but I don’t know how to connect it to roblox

https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks

Thanks for the links, hopefully it would help :smiley:

Another thing to consider, make sure you have a cooldown for the system to prevent people spamming your webhook which could get your Discord account terminated.

If I’m not mistaken, that’s agains the Discord Terms Of Service [API ABUSE] but thanks for reminding me :smiley:

1 Like