Spaces are for retards
This commit is contained in:
parent
f218ea2934
commit
0d4ebef265
10
ubot.py
10
ubot.py
@ -46,11 +46,6 @@ async def edit(event):
|
|||||||
if entity.creator:
|
if entity.creator:
|
||||||
gcreator += 1
|
gcreator += 1
|
||||||
|
|
||||||
elif isinstance(entity, User):
|
|
||||||
pms += 1
|
|
||||||
if entity.bot:
|
|
||||||
bots +=1
|
|
||||||
|
|
||||||
elif isinstance(entity, Chat):
|
elif isinstance(entity, Chat):
|
||||||
groups += 1
|
groups += 1
|
||||||
if entity.creator or entity.admin_rights:
|
if entity.creator or entity.admin_rights:
|
||||||
@ -58,6 +53,11 @@ async def edit(event):
|
|||||||
if entity.creator:
|
if entity.creator:
|
||||||
gcreator += 1
|
gcreator += 1
|
||||||
|
|
||||||
|
elif isinstance(entity, User):
|
||||||
|
pms += 1
|
||||||
|
if entity.bot:
|
||||||
|
bots +=1
|
||||||
|
|
||||||
mentions += dialog.unread_mentions_count
|
mentions += dialog.unread_mentions_count
|
||||||
unread += dialog.unread_count
|
unread += dialog.unread_count
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user