G’day. So recently I decided to add chat logs to my game, which would be shown in my discord using my Webhook I made. I acknowledged that my discord server/user could be ban/warned/kicked if I didn’t make my Webhook reduce the amount of times it fires the webhook. So I was told to try compiling the messages every couple minutes into a large pastebin file. Yet, I don’t know how, but the best I can do to make it a large Pastebin file is the following script
local Players = game:GetService(“Players”)
local HttpService = game:GetService(“HttpService”)
Discord has a limit on how much you can use, so doing this isn’t necessary and you should keep it as it is. Discord has a limit of 10,000 per 10m I’m pretty sure.