fix bstat

This commit is contained in:
Your Name 2024-12-25 15:46:36 +03:00
parent ece17d6bd3
commit 33178a041a

View file

@ -187,7 +187,7 @@ async def main():
@client.on(events.NewMessage(outgoing=True, pattern=r'\.bstat$'))
async def bio_stat(event):
stats_most_chats = states.states.stats_most_infect_spam_chats.most_common()
stats_most_chats = states.stats_most_infect_spam_chats.most_common()
msg = "Session stats:\n" \
f"Medkit usage: {states.stats_medkit}\n" \
f"Most common chats:\n" \