This commit is contained in:
2022-11-04 22:29:29 +10:00
parent 98d16e35f2
commit b9cd1502aa
3 changed files with 7 additions and 0 deletions

1
bot.py
View File

@@ -2,6 +2,7 @@ from cgitb import text
import datetime
import logging
from random import randint
import sqlite3
from aiogram import Bot, Dispatcher, executor, types
from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton