From a46d542724b38f3b6386bc55883d9663a7fd0563 Mon Sep 17 00:00:00 2001 From: *x1 Date: Tue, 18 Jun 2024 17:27:05 +0200 Subject: [PATCH] Add alliances sys (partit 2) --- fonctions/database.js | 1 + 1 file changed, 1 insertion(+) 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,