This commit is contained in:
djimbo
2022-08-15 09:06:26 +03:00
parent a70c1a8dfa
commit d09604dd4b
8 changed files with 9 additions and 10 deletions
+2 -3
View File
@@ -5,12 +5,11 @@ from datetime import datetime
from aiogram import Bot, types
from aiogram.types import InlineKeyboardButton, KeyboardButton
from tgbot.data.config import get_admins
######################################## AIOGRAM ########################################
# Генерация реплай кнопки
from tgbot.config import get_admins
def rkb(text):
return KeyboardButton(text=text)