From 923311099e74cc597339201f6c63c4f3633b48de Mon Sep 17 00:00:00 2001 From: Anonymous <69723581+New-dev0@users.noreply.github.com> Date: Thu, 25 Feb 2021 19:15:14 +0530 Subject: [PATCH] Update utilities.py --- plugins/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utilities.py b/plugins/utilities.py index 0643a2b..6c56c04 100644 --- a/plugins/utilities.py +++ b/plugins/utilities.py @@ -568,7 +568,7 @@ async def _(event): if len(the_real_message) > 4096: with io.BytesIO(str.encode(the_real_message)) as out_file: out_file.name = "json-ult.txt" - await borg.send_file( + await ultroid_bot.send_file( event.chat_id, out_file, force_document=True,