{{define "cp_custom_commands"}} {{template "cp_head" .}} {{template "cp_alerts" .}}
{{if not .CurrentCommandGroup}}

Create a new group to put whitelist/blacklist roles/channels on multiple commands at the same time, as well as keeping things organized.

{{else}}




{{end}}
{{$guild := .ActiveGuild.ID}} {{$g := .ActiveGuild}} {{$dot := .}} {{range .CustomCommands}}
{{range .Responses}}
{{.}}
{{else}}

No responses

{{end}}
{{end}}
{{template "cp_footer" .}} {{end}}