Skip to content

Commit

Permalink
added markdown support for messages
Browse files Browse the repository at this point in the history
  • Loading branch information
randhana committed Jan 27, 2024
1 parent 207133e commit 6cc28e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebotpy/telebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def send_text_message(self, message):
params = {
'chat_id': self.chat_id,
'text': message + " \n" + date_time,
'parse_mode': 'HTML'
'parse_mode': 'Markdown'
}

try:
Expand Down

0 comments on commit 6cc28e3

Please sign in to comment.