From ed797a93a0265041d866603ac59c248d97bf3e74 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:00:54 +0000 Subject: [PATCH] typo --- misskaty/plugins/grup_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/grup_tools.py b/misskaty/plugins/grup_tools.py index d6ab1240..7133d7ad 100644 --- a/misskaty/plugins/grup_tools.py +++ b/misskaty/plugins/grup_tools.py @@ -233,7 +233,7 @@ async def adminlist(_, message): if message.chat.type == enums.ChatType.PRIVATE: return await message.reply("Perintah ini hanya untuk grup") try: - msg = await m.reply_msg(f"Getting admin list in {message.chat.title}..") + msg = await message.reply_msg(f"Getting admin list in {message.chat.title}..") administrators = [] async for m in app.get_chat_members(message.chat.id, filter=enums.ChatMembersFilter.ADMINISTRATORS): uname = f"@{m.user.username}" if m.user.username else ""