test case

This commit is contained in:
BennyThink
2021-01-31 14:26:53 +08:00
parent ac02ff7567
commit cd09cd9c7e
6 changed files with 1167 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ def send_welcome(message):
bot.send_message(message.chat.id, '欢迎使用,直接发送想要的剧集标题给我就可以了,不需要其他关键字,我会帮你搜索。\n\n'
'人人影视专注于欧美日韩剧集,请不要反馈“我搜不到喜羊羊与灰太狼/流浪地球”这种问题,'
'我会生气的😠😡🤬😒\n\n'
f'目前搜索优先级 {FANSUB_ORDER}\n'
f'目前搜索优先级 {FANSUB_ORDER}\n '
f'另外,可以尝试使用一下 https://yyets.dmesg.app/ 哦!',
parse_mode='html', disable_web_page_preview=True)