modified: bot.py

This commit is contained in:
SimolZimol
2024-09-13 10:32:43 +02:00
parent 0f6f1dca6d
commit b29052ac00

2
bot.py
View File

@@ -66,7 +66,7 @@ def create_giveaway_table():
uuid CHAR(36) NOT NULL UNIQUE,
game_key VARCHAR(255),
winner_dc_id BIGINT,
aktiv BOOLEAN DEFAULT TRUE
aktiv BOOLEAN DEFAULT FALSE
);
"""
cursor.execute(create_table_query)