Zyke ResourcesDocumentation

Discord Webhooks / Logs

Various information regarding our way to interact with Discord webhooks, and how to adjust them.

#How does it work?

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.

#Relevant Files:

  • zyke_lib/functions/log/server.lua (Entire logging mechanic)
  • zyke_lib/webhooks/*.lua (Action routing list, this is where you put your Discord webhooks)