Configuring Solix Logging

Solix Logging is another simple module to configure with very little configurable options, the config is as below.

enabled: true # Whether the module is enabled
logsChannel: "CHANNEL_ID" # Where logs are sent
events: # Whether each event is enabled 
  messageUpdate: true   
  messageDelete: true
  guildMemberAdd: true
  guildMemberRemove: true

Last updated