Обновление: v0.1

This commit is contained in:
dize_dev
2023-10-30 18:18:55 +06:00
parent 6019f6a287
commit 7cf41c6bc3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ async def dd_handler(message: Message, count: int = 2):
@bl.message(
Permission(),
text=[prefix_bot + " все", "всё"]
text=[prefix_bot + " все"]
)
async def dd_all_handler(message: Message):
count = 1000
+1 -1
View File
@@ -77,7 +77,7 @@ async def game(message: Message):
⬜⬜⬜⬜⬛✊✊✊✊✊✊✊✊✊✊✊⬛
⬜⬜⬜⬜⬜⬛✊✊✊✊✊✊✊✊✊⬛⬜
⬜⬜⬜⬜⬜⬜⬛⬛⬛⬛⬛⬛⬛⬛⬛⬜⬜
"""
""",
)
for new_text in loader:
+1 -1
View File
@@ -4,5 +4,5 @@ rewards_list = [
"Администратор 👨🏻‍💼\n",
"Модератоор 🛡️\n",
"Иследователь 🔎\n",
"Спонсор 💸\n"
"Спонсор 💸\n",
]