UsergeTeam / Userge

Userge, Durable as a Serge

Home Page:https://userge.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Deleting Help message

ZekXtreme opened this issue · comments

commented

logger : #TRACEBACK

PLUGIN : userge.plugins.builtin.help.main
FUNCTION : helpme
ERROR : 'Message' object has no attribute '_client'

Traceback (most recent call last):
File "/app/userge/core/methods/decorators/raw_decorator.py", line 341, in template
await func(types.bound.Message.parse(
File "/app/userge/plugins/builtin/help/main.py", line 112, in helpme
await message.edit(out_str,
File "/app/userge/core/types/bound/message.py", line 456, in edit
return await self._client.edit_message_text(
File "/app/userge/core/methods/messages/edit_message_text.py", line 101, in edit_message_text
return bool(await msg.delete())
File "/app/.heroku/python/lib/python3.9/site-packages/pyrogram/types/messages_and_media/message.py", line 3186, in delete
return await self._client.delete_messages(
AttributeError: 'Message' object has no attribute '_client'

Updated to latest version??

commented

yes
image