Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-26 06:57:44 +00:00
Update
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user