Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kyos.bot/llms.txt

Use this file to discover all available pages before exploring further.

Overview

    The logging module allows you to log server events into designated channels. Perhaps useful for keeping informed on what’s happening inside your server.
    NOTE: The available logging events are mod, server, member, and all

    Adding a logging event

      You can create a logging event using the logs set command.
      ,logs set (type) (channel)
      

      Removing a logging event

        You can remove a logging event using the logs remove command.
        This will permanently remove the log from functioning until re-added
        ,logs remove (event)
        

        You can use the logs config to view all active log channels.