{{define "cp_logging"}} {{template "cp_head" .}} {{template "cp_alerts" .}}

General settings

{{checkbox "UsernameLoggingEnabled" "UsernameLoggingEnabled" "Enable username logging" .Config.UsernameLoggingEnabled.Bool}}

Note: If users are on another server with the bot on with this enabled, then their usernames will be logged even if you disable it on your server.

{{checkbox "NicknameLoggingEnabled" "NicknameLoggingEnabled" "Enable nickname logging" .Config.NicknameLoggingEnabled.Bool}}

You can check a users past usernames and nicknames with the commands whois usernames and nicknames


{{checkbox "ManageMessagesCanViewDeleted" "ManageMessagesCanViewDeleted" "Allow members with Manage Messages permissions to view deleted messages" .Config.ManageMessagesCanViewDeleted.Bool}} {{checkbox "EveryoneCanViewDeleted" "EveryoneCanViewDeleted" "Allow everyone to view deleted messages" .Config.EveryoneCanViewDeleted.Bool}}


If none are set, everyone will be able to access message logs (including users not logged in at all), otherwise access is restricted to only the specified roles. Note: people with access to the control panel will always have access to logs.


Public message logs on this server
{{if not .FirstPage}}Newer{{end}}Older

{{$g := .ActiveGuild.ID}} {{range .Logs}} {{end}}
ID Created Author Channel Actions
#{{.ID}} {{formatTime .CreatedAt}} {{.AuthorUsername}} ({{.AuthorID}}) #{{.ChannelName}}
View
{{template "cp_footer" .}} {{end}}