aboutsummaryrefslogtreecommitdiffstats
path: root/telegrambot.py
diff options
context:
space:
mode:
authorTim Schmidt <tim.schmidt@ewe.net>2018-12-15 12:30:48 +0100
committerTim Schmidt <tim.schmidt@ewe.net>2018-12-15 12:30:48 +0100
commitd2b83008c9e6ec9226bac71ca79bfa2f3c999d46 (patch)
treee26289c7ece76ef98aa523bac0459e2d048f4bcc /telegrambot.py
parentdisabled debug logging (diff)
downloadhchat-tg-bridge-d2b83008c9e6ec9226bac71ca79bfa2f3c999d46.tar.gz
hchat-tg-bridge-d2b83008c9e6ec9226bac71ca79bfa2f3c999d46.zip
HC: added emote and invite, TG: switched to HTML
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):