mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
typo
This commit is contained in:
parent
27433f3e4f
commit
ed797a93a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue