Spaces are for retards

This commit is contained in:
Michael De Roover 2021-03-14 19:15:50 +01:00
parent f218ea2934
commit 0d4ebef265
Signed by: vim
GPG Key ID: 075496E232CE04CB

10
ubot.py
View File

@ -46,11 +46,6 @@ async def edit(event):
if entity.creator:
gcreator += 1
elif isinstance(entity, User):
pms += 1
if entity.bot:
bots +=1
elif isinstance(entity, Chat):
groups += 1
if entity.creator or entity.admin_rights:
@ -58,6 +53,11 @@ async def edit(event):
if entity.creator:
gcreator += 1
elif isinstance(entity, User):
pms += 1
if entity.bot:
bots +=1
mentions += dialog.unread_mentions_count
unread += dialog.unread_count