Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.97 KB

modlog.md

File metadata and controls

56 lines (40 loc) · 1.97 KB

Mod Log

Lightning's mod logging supports multiple modlog channels with any number of events. This allows to customize your server's mod logs any way you want!

To start setting up the modlog, use the modlog command. Use the reference below if you are confused about anything.

Events

Lightning's modlog currently supports the following events:

Event Description Audit Log Integration
Warn Logs when the warn command is used. Not Applicable
Kick Logs when a member is kicked.
Ban Logs when a member is banned.
Mute Logs when the mute or timemute command is used. Not Applicable
Unmute Logs when the unmute command is used. Not Applicable
Unban Logs when a user is unbanned.
Member Join Logs when a member joins a server. Not Applicable
Member Leave Logs when a member leaves a server. Not Applicable
Member Role Add Logs when roles are added to a member
Member Role Remove Logs when roles are removed from a member
Member Nick Change Logs when a nickname is added/changed/removed from a member
Infraction Update Logs when either the reason or moderator is updated for an infraction Not Applicable

Logging Formats

Lightning includes 4 formats in which you can receive logs.

{% tabs %} {% tab title="Minimalistic with Timestamp (default)" %} A simple, minimal format.

Example Image {% endtab %}

{% tab title="Minimalistic without Timestamp" %} Same as minimalistic except it doesn't include a timestamp.

Example Image {% endtab %}

{% tab title="Embed" %} An embedded format aiming to be simple and without useless clutter.

Example Image {% endtab %}

{% tab title="Emoji" %} A format based on an emoji style of logging.

Example Image {% endtab %} {% endtabs %}

To configure the format, use .modlog and follow the prompts.