mirror of
https://github.com/arthur-pbty/New-discord-bot-coins.git
synced 2026-06-14 15:55:12 +02:00
add many fonction & add &me command
This commit is contained in:
@@ -15,4 +15,18 @@ db.run(`CREATE TABLE IF NOT EXISTS prefix (
|
||||
PRIMARY KEY (guildId)
|
||||
)`);
|
||||
|
||||
db.run(`CREATE TABLE IF NOT EXISTS users (
|
||||
guildId TEXT,
|
||||
userId TEXT,
|
||||
pocket INTEGER DEFAULT 0,
|
||||
bank INTEGER DEFAULT 0,
|
||||
reputation INTEGER DEFAULT 0,
|
||||
level INTERGER DEFAULT 0,
|
||||
xp INTERGER DEFAULT 0,
|
||||
antiRob INTEGER DEFAULT 0,
|
||||
lastRob INTEGER DEFAULT 0,
|
||||
embed TEXT DEFAULT yellow,
|
||||
PRIMARY KEY (guildId, userId)
|
||||
)`);
|
||||
|
||||
module.exports = db;
|
||||
|
||||
Reference in New Issue
Block a user