iteration

This commit is contained in:
Layla 2023-10-08 02:26:08 -04:00
parent c296d2612e
commit 974c395331

View File

@ -9,7 +9,7 @@ local action = args[1]
settings.define("auth.token", {
description = "Authentication token",
type = "string",
type = "number",
default = ""
})