pip install --force-reinstall -v "aiogram==2.23.1"
import aiogram
from aiogram import Bot, Dispatcher, executor, types
CREATE TABLE IF NOT EXISTS winka(user_id, username, win, loss)
CREATE TABLE IF NOT EXISTS winka(id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, user_id, username, win, loss)