Skip to content

Commit

Permalink
Trying to get what was the error
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 authored Jan 8, 2021
1 parent e17ac36 commit df386ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/plugins/incoming_message_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ async def incoming_start_message_f(bot, update):
)
)
return
except Exception:
await bot.send_message(chat_id=update.chat.id, text="Something went Wrong. Contact my [Support Group](https://t.me/linux_repo).", parse_mode="markdown")
return
#except Exception:
#await bot.send_message(chat_id=update.chat.id, text="Something went Wrong. Contact my [Support Group](https://t.me/linux_repo).", parse_mode="markdown")
#return
await bot.send_message(
chat_id=update.chat.id,
text=Localisation.START_TEXT,
Expand Down

0 comments on commit df386ab

Please sign in to comment.