From 974c3953312e1eeb0bcb63908366908c71631d7a Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 02:26:08 -0400 Subject: [PATCH] iteration --- auth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.lua b/auth.lua index 4d3d4ad..be7006f 100644 --- a/auth.lua +++ b/auth.lua @@ -9,7 +9,7 @@ local action = args[1] settings.define("auth.token", { description = "Authentication token", - type = "string", + type = "number", default = "" })