fix bstat
This commit is contained in:
parent
ece17d6bd3
commit
33178a041a
1 changed files with 1 additions and 1 deletions
2
ubot.py
2
ubot.py
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue