-
Notifications
You must be signed in to change notification settings - Fork 6
Moderator Log
slice edited this page Jul 16, 2017
·
18 revisions
If you have a channel named mod-log in your server, Dogbot will automatically post these events in your server in #mod-log:
- Members
- When a member joins
- When a member is removed (kicked, banned, left, etc.)
- When a member changes their username or nickname
- Voice
- When a member joins or leaves a voice channel
- When a member is moves (or is moved) from a voice channel to another
- Message actions
- When a message is deleted (toggleable by configuration)
- When a message is edited (toggleable by configuration)
- Messages that have been created by a bot will not be posted to #mod-log if they are deleted, by default. To turn it on, set
modlog_filter_allow_bot. - It is possible to not track message deletes and edits with these configuration keys:
-
modlog_notrack_deletes: Disables message deletion tracking. -
modlog_notrack_edits: Disables message edit tracking.
-
You can set a custom channel ID if you want Dog to send to a specific channel. Just set the modlog_channel_id key.
