diff --git a/stdplugins/shoot.py b/stdplugins/shoot.py index 1313eef131..f1e03b379e 100644 --- a/stdplugins/shoot.py +++ b/stdplugins/shoot.py @@ -7,10 +7,12 @@ allow_sudo=True)) # pylint:disable=E0602 async def killing(killed): """ Dont Kill Too much -_-""" - if not killed.text[0].isalpha() and killed.text[0] not in ( - "/", "#", "@", "!"): - if await killed.get_reply_message(): - await killed.edit( - "`Targeted user killed by Headshot 😈.. Bhag Bsdk`\n" - "#Sad_Reacts_Onli\n" - ) + if ( + not killed.text[0].isalpha() + and killed.text[0] not in ("/", "#", "@", "!") + and await killed.get_reply_message() + ): + await killed.edit( + "`Targeted user killed by Headshot 😈.. Bhag Bsdk,patta se headshot`\n" + "#Sad_Reacts_Onli\n" + )