This commit is contained in:
yasir 2023-01-28 23:01:16 +07:00
parent cf84926974
commit f4b6b2f0fc

View file

@ -39,7 +39,7 @@ async def cek_mataa(_, m):
)
async def set_mataa(_, m):
if len(m.command) == 1:
return m.reply(f"Use <code>/{m.command[0]} on</code>, to enable sangmata. If you want disable, you can use off parameter.")
return await m.reply(f"Use <code>/{m.command[0]} on</code>, to enable sangmata. If you want disable, you can use off parameter.")
if m.command[1] == "on":
cekset = await is_sangmata_on(m.chat.id)
if cekset: