Turso
This commit is contained in:
@ -25,11 +25,6 @@ func HandleCommand(commandName string, cooldownDuration time.Duration, handler C
|
||||
log.Printf("Error storing user: %v", dbErr)
|
||||
}
|
||||
|
||||
// Rest of your existing HandleCommand logic...
|
||||
if !CheckAndApplyCooldown(s, i, commandName, cooldownDuration) {
|
||||
return
|
||||
}
|
||||
|
||||
if !CheckAndApplyCooldown(s, i, commandName, cooldownDuration) {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user