code reformat

This commit is contained in:
2023-10-30 23:30:16 +07:00
parent ce88bb6dc8
commit 57f401ee5f
8 changed files with 35 additions and 29 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from vkbottle.user import Message
from main import user
TOKEN = "test"
@@ -19,5 +20,5 @@ async def edit_message(
kwargs.setdefault('dont_parse_links', False)
return await user.api.messages.edit(
**kwargs
**kwargs
)