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: