fix comment after signal moderation
This commit is contained in:
parent
eeed2fe503
commit
df947f9523
3 changed files with 14 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ def send(msg, to=None, channel=None, preview_url=None, preview_title=None, previ
|
|||
asyncio.run(bot.send_message(
|
||||
chat_id=channel,
|
||||
text=msg,
|
||||
parse_mode='html'
|
||||
parse_mode='html',
|
||||
disable_web_page_preview=True
|
||||
))
|
||||
except:
|
||||
logger.error("failed to send message to telegram: %s", msg, exc_info=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue