{{define "cp_commands"}} {{template "cp_head" .}}

Global Command settings

Settings such as blacklists and whatnot affect all YAGPDB commands

{{template "cp_alerts" .}}
General settings
...dust...
{{$roles := .ActiveGuild.Roles}} {{range .CommandConfig.Global}}{{if not .Info.HideFromCommandsPage}} {{end}}{{end}}
Command Enabled Required Role Auto delete response and trigger (if any) after 10 seconds
{{.Cmd}} {{if or .Info.Key .Info.CustomEnabled}} This command can be toggled on/off on its own page. {{else}} {{end}}
{{$guild := .ActiveGuild.ID}}
{{range .CommandConfig.ChannelOverrides}}
{{$Channel := .Channel}} {{range .Settings}}{{if not .Info.HideFromCommandsPage}} {{end}}{{end}}
Command Enabled Required Role Auto delete response and trigger (if any) after 10 seconds
{{.Cmd}}
{{end}}
{{template "cp_footer" .}} {{end}}