mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 04:14:51 +00:00
Fix
This commit is contained in:
parent
cf84926974
commit
f4b6b2f0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ async def cek_mataa(_, m):
|
||||||
)
|
)
|
||||||
async def set_mataa(_, m):
|
async def set_mataa(_, m):
|
||||||
if len(m.command) == 1:
|
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":
|
if m.command[1] == "on":
|
||||||
cekset = await is_sangmata_on(m.chat.id)
|
cekset = await is_sangmata_on(m.chat.id)
|
||||||
if cekset:
|
if cekset:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue