This commit is contained in:
ArnabXD
2021-02-23 20:54:21 +05:30
parent 5ff79225c1
commit 77cf4e871d

View File

@@ -109,6 +109,12 @@ async def _(event):
@ultroid_cmd(pattern="bots ?(.*)")
async def _(ult):
await ult.edit("`...`")
if ult.is_private:
user = await ult.get_chat()
if not user.bot:
return await ult.edit("`Seariously ?`")
mentions = "**Bots in this Chat**: \n"
input_str = ult.pattern_match.group(1)
to_write_chat = await ult.get_input_chat()