diff --git a/fonctions/database.js b/fonctions/database.js index 6d71f9d..c4ff864 100644 --- a/fonctions/database.js +++ b/fonctions/database.js @@ -64,6 +64,7 @@ db.run(`CREATE TABLE IF NOT EXISTS teams ( db.run(`CREATE TABLE IF NOT EXISTS alliances ( guildId TEXT, id TEXT, + creator TEXT, name TEXT, description TEXT, icon TEXT,