I've been trying to get a bunch of plugins to print logs to discord via a webhook URL, but there is no explanation anywhere online and the one discord provides only seems to explain how to use it via github..
What I did is; created a webhook via integrations on my discord server, give it a name, select which channel to log information to and then simply copy that webhook URL and paste it into the <plugin> config.json. It then reads like this:
{
"Discord hook url": "https://discord.com/api/webhooks/775996793284067368/J8hxitgRNUiV1Ljiz_l6gujaVll4NtCz3HYsYaTLrOw0JWKXUGgw3ICNu4II75ykmBVc",
"Print logs to console": true,
"Print logs to Discord": true,
"Print logs to file": true
}
(I've changed a couple of letters and digits so its not the exact webhook I'm trying to test), however this does absolutely nothing! I can find all the information logged onto the server itself but it is not an effective admin tool in that form.
Can anyone help, I've spent far too long on this now!!