Merge pull request #66 from nicklly/nonebot2

fix 渲染模版路径错误
This commit is contained in:
惜月 2022-06-21 20:57:28 +08:00 committed by GitHub
commit e17ede0324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import functools
import re
res = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'template')
res = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'Paimon_Calendar/template')
# type 0 普通常驻任务深渊 1 新闻 2 蛋池 3 限时活动H5
event_data = {