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

This commit is contained in:
dize_dev
2023-10-30 17:43:10 +06:00
parent 04a4ab8f64
commit 3cab0cc9b2
6 changed files with 32 additions and 17 deletions
+2 -5
View File
@@ -1,6 +1,6 @@
import asyncio
from vkbottle.user import Message
from config import bl, edit_message, prefix_bot
from config import bl, prefix_bot, edit_message
from custom_rules.permission import Permission
@@ -81,8 +81,5 @@ async def game(message: Message):
)
for new_text in loader:
await edit_message(
message,
new_text
)
await edit_message(message, new_text)
await asyncio.sleep(1)