mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
Some fixes
This commit is contained in:
@@ -78,7 +78,6 @@ class Post(ApiMethod):
|
||||
if message_entities is not None:
|
||||
mes_ent = list(map(lambda x: x.model_dump(), message_entities))
|
||||
arr =[]
|
||||
print(mes_ent)
|
||||
for item in mes_ent:
|
||||
if item['type'] == 'bot_command': continue
|
||||
item['offset'] -= 7+len(order)
|
||||
|
||||
Reference in New Issue
Block a user