mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-22 10:09:18 +02:00
Add guildName et userName (pour facilité la lecture de la bd)
This commit is contained in:
@@ -11,7 +11,9 @@ db.run(`CREATE TABLE IF NOT EXISTS config (
|
||||
|
||||
db.run(`CREATE TABLE IF NOT EXISTS users (
|
||||
guildId TEXT,
|
||||
guildName TEXT,
|
||||
userId TEXT,
|
||||
userName TEXT,
|
||||
pocket INTEGER DEFAULT 0,
|
||||
bank INTEGER DEFAULT 0,
|
||||
reputation INTEGER DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user