diff --git a/command/pic.go b/command/pic.go index df4c42b..7c5adeb 100644 --- a/command/pic.go +++ b/command/pic.go @@ -15,7 +15,7 @@ import ( func Pic(ctx context.Context, data cmdroute.CommandData) *api.InteractionResponseData { // Cooldown Logic - allowed, cooldownString := lib.CooldownHandler(*data.Event, "pic", time.Minute*2) + allowed, cooldownString := lib.CooldownHandler(*data.Event, "pic", time.Minute*5) if !allowed { return lib.ErrorResponse(errors.New(cooldownString))