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

Logging

Manage message logs and various other things. (This isn't where bans and kicks are logged, you can set that up under the moderation tab).

{{template "cp_alerts" .}}
General settings

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}} {{.Author}} ({{.AuthorID}}) #{{.ChannelName}}
View
{{template "cp_footer" .}} {{end}}