diff --git a/bot_s3rius/actions/video_converter.py b/bot_s3rius/actions/video_converter.py
index 028f2adba34f589d970cc3b5ff4a98f450534ed1..644ae520c777d27dc1369c0a19a59a58beb98b87 100644
--- a/bot_s3rius/actions/video_converter.py
+++ b/bot_s3rius/actions/video_converter.py
@@ -35,7 +35,7 @@ async def find_py_package(event: events.NewMessage.Event):
         str(converted_file), {"crf": 35}
     ).execute()
 
-    await event.send_file(
+    await config.telegram_client.send_file(
         entity=await event.get_input_chat(),
         file=converted_file,
         caption="А вот и видос с нормальным размером.",