I’ve developed a system where players can put in their webhook API Id for a discord webhook and Then whenever someone attacks their base, it will alert the webhook and tell them on their server with corresponding information etc.
What im wondering is, Is this Acceptable by Roblox? You see a discord API id goes like this:
“Discordsite/X/APIID1/APIID2”
And im only taking in “APIID1/APIID2” And combining it with the starting bit to alert the webhook, Is this compliant or will I have to code some complicated bot with codes that players put in In game and database stuff?
Something like this wouldn’t be best as hackers can abuse it by finding out what someone’s link is and creating scripts to spam it. Roblox doesn’t like having anything related to discord in the game, only in the game page
I can’t see how this is against the Terms of Service - as long as you don’t name Discord, or link to Discord in any way.
I’d recommend giving a generic “enter a webhook URL and we can send stuff there”, putting it through the Filter (just in case) and then you should be all good.
It’s good practice to filter stuff that’s going to be displayed in webhook form.