Discord Webhooks / Logs
Various information regarding our way to interact with Discord webhooks, and how to adjust them.
Last updated
Various information regarding our way to interact with Discord webhooks, and how to adjust them.
All of our resources trigger logs for various actions. This entire system resides in zyke_lib, and can be completely swapped out if wanted. All types, inputs and such that are used are documented, and you must work within these limits if you want to have a preditcible outcome if you swap out the system.
We do not provide support for swapping this mechanic out for anything else, but you are free to do so by yourself.
zyke_lib/functions/log/server.lua (Entire logging mechanic)
zyke_lib/webhooks/*.lua (Action routing list, this is where you put your Discord webhooks)
Last updated