mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +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:
|
if message.chat.type == enums.ChatType.PRIVATE:
|
||||||
return await message.reply("Perintah ini hanya untuk grup")
|
return await message.reply("Perintah ini hanya untuk grup")
|
||||||
try:
|
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 = []
|
administrators = []
|
||||||
async for m in app.get_chat_members(message.chat.id, filter=enums.ChatMembersFilter.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 ""
|
uname = f"@{m.user.username}" if m.user.username else ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue