From f4b6b2f0fc6e73b2a948c43833051589e9e089d3 Mon Sep 17 00:00:00 2001 From: yasir Date: Sat, 28 Jan 2023 23:01:16 +0700 Subject: [PATCH] Fix --- misskaty/plugins/sangmata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/sangmata.py b/misskaty/plugins/sangmata.py index 8a656114..b6d9bd8f 100644 --- a/misskaty/plugins/sangmata.py +++ b/misskaty/plugins/sangmata.py @@ -39,7 +39,7 @@ async def cek_mataa(_, m): ) async def set_mataa(_, m): if len(m.command) == 1: - return m.reply(f"Use /{m.command[0]} on, to enable sangmata. If you want disable, you can use off parameter.") + return await m.reply(f"Use /{m.command[0]} on, 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: