支持添加 log 频道

This commit is contained in:
xtaodada 2021-06-20 18:28:22 +08:00
parent bb6b17f3b1
commit e694ba4618
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736

View File

@ -77,8 +77,8 @@ def rank(update, context):
if not CHANNEL == 0:
ctext = f'#WORDCLOUD #APPLY \n' \
f'群组 ID`{chat_id}`\n' \
f'用户 ID`{user_id}' \
f'执行操作:`主动生成词云`\n'
f'用户 ID`{user_id}`\n' \
f'执行操作:`主动生成词云`'
bot.send_message(chat_id=CHANNEL, text=ctext, parse_mode="Markdown")
update.message.reply_text("统计数据将在分析完毕后发送到当前群组,请稍等~")
except Exception as e: