You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/telegram/ext/utils/promise.py", line 96, in run
self._result = self.pooled_function(*self.args, **self.kwargs)
File "/opt/nezha_telegram_bot/utils/handler.py", line 455, in search_command
send_message = update.message.reply_text
AttributeError: 'NoneType' object has no attribute 'reply_text'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/telegram/ext/utils/promise.py", line 96, in run
self._result = self.pooled_function(*self.args, **self.kwargs)
File "/opt/nezha_telegram_bot/utils/handler.py", line 455, in search_command
send_message = update.message.reply_text
AttributeError: 'NoneType' object has no attribute 'reply_text'
The text was updated successfully, but these errors were encountered: