mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 23:36:29 +02:00
Add : trep (ajout de rep a une team)
This commit is contained in:
@@ -23,6 +23,7 @@ db.run(`CREATE TABLE IF NOT EXISTS users (
|
||||
lastRob INTEGER DEFAULT 0,
|
||||
lastWork INTEGER DEFAULT 0,
|
||||
lastDaily INTEGER DEFAULT 0,
|
||||
lastRep INTERGER DEFAULT 0,
|
||||
job TEXT,
|
||||
teamId TEXT,
|
||||
teamRole TEXT,
|
||||
@@ -37,6 +38,7 @@ db.run(`CREATE TABLE IF NOT EXISTS teams (
|
||||
description TEXT,
|
||||
icon TEXT,
|
||||
banner TEXT,
|
||||
reputation INTERGER DEFAULT 0,ça avan
|
||||
bank INTEGER DEFAULT 0,
|
||||
level INTEGER DEFAULT 1,
|
||||
padlock INTEGER DEFAULT 5,
|
||||
|
||||
Reference in New Issue
Block a user