mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Uhhhh
This commit is contained in:
parent
a04020daba
commit
68ab18259a
1 changed files with 0 additions and 4 deletions
|
@ -205,10 +205,6 @@ class TelegramBot(GenericBot):
|
|||
error_text = f"⛔️ {e.__class__.__name__}\n"
|
||||
error_text += '\n'.join(e.args)
|
||||
await self.safe_api_call(query.answer, text=error_text)
|
||||
if __debug__:
|
||||
raise
|
||||
else:
|
||||
return
|
||||
else:
|
||||
await self.safe_api_call(query.answer, text=response)
|
||||
|
||||
|
|
Loading…
Reference in a new issue