From 275d9ee052bcd82f702cbdd520b11104c0aa38e8 Mon Sep 17 00:00:00 2001 From: hellboi_atul <68107352+hellboi-atul@users.noreply.github.com> Date: Sun, 28 Feb 2021 11:08:06 +0530 Subject: [PATCH] Typing mistake --- plugins/fedutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fedutils.py b/plugins/fedutils.py index 9c8e9d2..da24359 100644 --- a/plugins/fedutils.py +++ b/plugins/fedutils.py @@ -386,7 +386,7 @@ async def _(event): await conv.send_message("/fedinfo " + sysarg) audio = await conv.get_response() await ultroid.send_read_acknowledge(bot) - await ok.edit(audio.text + "\n\nFedInfo Excracted by Ultroid") + await ok.edit(audio.text + "\n\nFedInfo Extracted by Ultroid") except YouBlockedUserError: await ok.edit("**Error**\n `Unblock` @MissRose_Bot `and try again!")