🍱 Update 1.4 pool

This commit is contained in:
xtaodada 2023-10-27 10:20:39 +08:00
parent 1340a6a975
commit 9d273f263a
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
3 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,11 @@
POOL_11 = [
{
"five": ["托帕&账账", "希儿"],
"four": ["桂乃芬", "卢卡", "素裳"],
"from": "2023-10-27 12:00:00",
"to": "2023-11-14 14:59:59",
"name": "落日条款|蝶立锋锷",
},
{
"five": ["镜流"],
"four": ["停云", "青雀", "桑博"],

View File

@ -1,4 +1,11 @@
POOL_12 = [
{
"five": ["烦恼着,幸福着", "于夜色中"],
"four": ["鼹鼠党欢迎你", "决心如汗珠般闪耀", "唯有沉默"],
"from": "2023-10-27 12:00:00",
"to": "2023-11-14 14:59:59",
"name": "流光定影|溯回忆象",
},
{
"five": ["此身为剑"],
"four": ["记忆中的模样", "别让世界静下来", "猎物的视线"],

View File

@ -236,7 +236,7 @@ class ErrorHandler(Plugin):
context.error, (CookiesNotFoundError, PlayerNotFoundError, GenshinPlayerNotFoundError)
) or not isinstance(update, Update):
return
notice = "未查询到您所绑定的账号信息,请先私聊派蒙绑定账号"
notice = "未查询到您所绑定的账号信息,请先私聊彦卿绑定账号"
self.create_notice_task(update, context, notice)
raise ApplicationHandlerStop