diff --git a/src/utils/db_utils.py b/src/utils/db_utils.py index 02ed7f1..c15cb96 100644 --- a/src/utils/db_utils.py +++ b/src/utils/db_utils.py @@ -15,8 +15,8 @@ async def connect_db(): # DNKL table: await bot.db.execute("""CREATE TABLE IF NOT EXISTS dnkl ( - uuid text PRIMARY KEY NOT NULL, message_id integer NOT NULL, + uuid text NOT NULL, username text NOT NULL)""") # Giveaways table