Add systeme de niveau ( &bal == &lvl )

This commit is contained in:
*x1
2024-05-28 17:25:36 +02:00
parent 3adcf005f1
commit 3de542979c
4 changed files with 137 additions and 32 deletions
+2
View File
@@ -15,6 +15,8 @@ db.run(`CREATE TABLE IF NOT EXISTS users (
pocket INTEGER DEFAULT 0,
bank INTEGER DEFAULT 0,
reputation INTEGER DEFAULT 0,
lvl INTERGER DEFAULT 0,
xp INTERGER DEFAULT 0,
buyer BOOLEAN DEFAULT FALSE,
owner BOOLEAN DEFAULT FALSE,
whitelist BOOLEAN DEFAULT FALSE,