Logging
Get all action notifies about your whole server.
/config edit log_channel
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