diff --git a/utils.py b/utils.py index 5ee755c..d927e0f 100644 --- a/utils.py +++ b/utils.py @@ -88,8 +88,6 @@ def send_async(bot, *args, **kwargs): """Send a message asynchronously""" if 'timeout' not in kwargs: kwargs['timeout'] = TIMEOUT - if 'parse_mode' not in kwargs: - kwargs['parse_mode'] = telegram.ParseMode.MARKDOWN try: bot.sendMessage(*args, **kwargs)