From 17141a8ea455e62b029bd01c2df3d8ccd4bdd12e Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 5 May 2021 23:00:07 -0400 Subject: [PATCH] Commands for everyone --- commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.go b/commands.go index 7533c63..44dcd7e 100644 --- a/commands.go +++ b/commands.go @@ -48,6 +48,7 @@ func setupCommands() { snap := Command{ Name: "Snap", + RequiresAdmin: false, Keywords: []string{"snap", "purge", "sn"}, Exec: Snap, }