Commands for everyone

This commit is contained in:
2021-05-05 23:00:07 -04:00
parent af81e9ddc8
commit 17141a8ea4

View File

@ -48,6 +48,7 @@ func setupCommands() {
snap := Command{
Name: "Snap",
RequiresAdmin: false,
Keywords: []string{"snap", "purge", "sn"},
Exec: Snap,
}