diff --git a/customcommands/assets/customcommands-editcmd.html b/customcommands/assets/customcommands-editcmd.html
index 4c09ef4970..3d764fff6d 100644
--- a/customcommands/assets/customcommands-editcmd.html
+++ b/customcommands/assets/customcommands-editcmd.html
@@ -28,7 +28,7 @@
Custom commands
class="nav-item {{if $dot.CurrentCommandGroup}}{{if eq $dot.CurrentCommandGroup.ID .ID}}active{{end}}{{end}}">
{{.Name}}
+ href="/manage/{{$dot.ActiveGuild.ID}}/customcommands/groups/{{.ID}}">{{.Name}}{{if .Disabled}} Disabled
{{end}}
{{end}}
diff --git a/customcommands/assets/customcommands.html b/customcommands/assets/customcommands.html
index ff4ac99b17..2060d81857 100644
--- a/customcommands/assets/customcommands.html
+++ b/customcommands/assets/customcommands.html
@@ -47,7 +47,7 @@ Custom commands
class="nav-item {{if $dot.CurrentCommandGroup}}{{if eq $dot.CurrentCommandGroup.ID .ID}}active{{end}}{{end}}">
{{.Name}}
+ href="/manage/{{$dot.ActiveGuild.ID}}/customcommands/groups/{{.ID}}">{{.Name}}{{if .Disabled}} Disabled
{{end}}
{{end}}
@@ -106,6 +106,10 @@ Custom commands
{{textChannelOptionsMulti .ActiveGuild.Channels .CurrentCommandGroup.IgnoreChannels }}
+
+
+ {{checkbox "disabled" "disabled" "Enables or Disables the group" .CurrentCommandGroup.Disabled}}
+