many fixes

This commit is contained in:
2023-11-02 00:34:55 +07:00
parent eef67f0c4d
commit a882198ec2
7 changed files with 84 additions and 63 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ bl = UserLabeler()
Permission(),
text=[prefix_bot + " игра"],
)
async def game_cmd(message: Message):
async def game_cmd(ctx: Message):
loader = (
'⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛⬜⬜⬜⬜⬜⬜⬜',
"""
@@ -85,5 +85,5 @@ async def game_cmd(message: Message):
)
for new_text in loader:
await edit_message(message, new_text)
await edit_message(ctx, new_text)
await asyncio.sleep(1)