chore: Code refactoring and improvements

This commit is contained in:
ITQ
2024-03-22 00:16:12 +03:00
parent b32add6d07
commit 013d04261b
10 changed files with 82 additions and 151 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
__all__ = ("profile",)
__all__ = ("sex_keyboard",)
from aiogram.utils.keyboard import ReplyKeyboardBuilder
def profile(text: str | list):
def sex_keyboard(text: str | list):
builder = ReplyKeyboardBuilder()
if isinstance(text, str):