diff --git a/discord/clear.go b/discord/clear.go index f75c676..56ca952 100644 --- a/discord/clear.go +++ b/discord/clear.go @@ -10,6 +10,7 @@ const clearMax = 20 func init() { commands = append(commands, &command{ name: "clear", + staffOnly: true, validate: func(cmd commandInit) bool { return isStaff(cmd.message.Member.Roles, cmd.config.StaffRoles) },