Added database and /language

This commit is contained in:
2023-08-03 21:29:47 +02:00
parent b1f7e649b9
commit 95dbd9cec8
11 changed files with 152 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ from pyrogram.types import (
InputTextMessageContent,
)
from libbot.pyrogram.classes import PyroClient
from classes.pyroclient import PyroClient
@Client.on_inline_query() # type: ignore