Introduction

Find out all you need to know about the Modlogs feature of SajuukBot, the core of reporting everything that happens in your discord community.

SajuukBot will be ceasing operations on March 31st 2024, due to a variety of factors. For more information, please refer to the announcement provided on the SajuukBot discord server and your options for migrating to a new bot.

SajuukBot's usefulness comes primarily in part to the Modlogs feature. Modlogs are a core part of any moderation bot: they give you an insight of all moderation actions occurring in the server. Some of the things you can find in the modlogs are:

  • People who join and leave your server: useful for detecting spammers or raids being started.

  • People who edit and delete their messages: useful for determining if people are breaking rules then removing all trace of the violation

  • People that have any change to their profile like usernames, nicknames, roles and more.

All the data provided allows significant insight into behavioural patterns of members. The modlogs also provide a way of checking if people have triggered auto moderators, as well as logging command use.

Configuration

This section of configuration is a root key, which means it should not be indented and in line with the basic settings like levels, prefix and the like. Please see the full basic configuration for more details on how it should be formatted.

Please note that, in the sample configuration snippet below, the root key under "extra" uses a dummy ID. Please do not use this specific ID: for more details about how this section works, read the Multi Modlogs page.

modlog:
  master:
    channel: 0
    commands: false
    timestamp: false
    timezone: "Europe/London"
  extra:
    1234567:
      enabled: false
      events:
      options:
        hide issuer: false
        timestamp: false

Settings

All settings described below represent the configuration for what is deemed the master (or primary) modlog channel. You must configure one, even if you use filtered / multiple modlogs.

Last updated