This commit is contained in:
*x1
2024-06-20 14:58:41 +02:00
parent 00309fac1c
commit eca0433bef
3 changed files with 127 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ db.run(`CREATE TABLE IF NOT EXISTS users (
lvl INTERGER DEFAULT 0,
xp INTERGER DEFAULT 0,
objet INTERGER DEFAULT 0,
key INTERGER DEFAULT 0,
buyer BOOLEAN DEFAULT FALSE,
owner BOOLEAN DEFAULT FALSE,
whitelist BOOLEAN DEFAULT FALSE,