Logging

Get all action notifies about your whole server.

Notifications will be send to specific channel. A channel that not visible for everyone is recommended.

/config edit log_channel

Set the log channel. All actions performed in your server, will be sent to this channel by its details.

Which notifies i'll get?

enum LogTypes
{
   
    Join // when new user is joined to server
    VerifyComplete // when member completed verification proc
    VerifyFail  // when verify is failed and VerifyFail mode is on.
    
    NoLeave // notify of "oh, someone leaved. We just banned him"
    GLink // malicious - invite link sent
    AntiRaid // raid detected and blocked notification
    CDIS // new user is joined but their region mismatchs with your server's
    UnWord // banned word sent
    AgeLimit // young account detected
    
}

Last updated