Logs

A command to setup the channels were Spike is going to send logs about its moderation actions.

%setup logs [channel] [all / ban / kick / mute / warn]

The channel variable can be the mention of the channel (#ban-logs) or its id.

The second variable specifies what kind of logs have to be sent in the channel.

  • all => Every log of the moderation actions (ban, kick, mute, warn) will be sent to that channel.

  • ban => Ban logs will be sent in that channel

  • kick => Kick logs will be sent in that channel

  • mute => Mute logs will be sent in that channel

  • warn => Warn logs will be sent in that channel

Last updated