aboutsummaryrefslogtreecommitdiffstats
path: root/telegrambot.py
diff options
context:
space:
mode:
Diffstat (limited to 'telegrambot.py')
-rw-r--r--telegrambot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegrambot.py b/telegrambot.py
index 314e40c..061c41c 100644
--- a/telegrambot.py
+++ b/telegrambot.py
@@ -45,7 +45,7 @@ class TGBot():
self._updater.bot.send_message(
chat_id=config.CHAT_ID,
text=text,
- parse_mode=telegram.ParseMode.MARKDOWN
+ parse_mode=telegram.ParseMode.HTML
)
def addCommand(self, command, handler):