From d6e6fac2c79f04903b7cacec60bab0891dc2299f Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Thu, 24 Jun 2021 15:41:03 +0800 Subject: [PATCH] Update config.py --- configs/config.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configs/config.py b/configs/config.py index 8394fa84..b98fa951 100644 --- a/configs/config.py +++ b/configs/config.py @@ -137,7 +137,10 @@ plugins2name_dict = { 'qiu_qiu_translation': ['丘丘翻译', '丘丘一下', '丘丘语翻译'], 'query_resource_points': ['原神资源查询', '原神资源列表'], 'russian': ['俄罗斯轮盘', '俄罗斯转盘', '装弹'], - 'gold_redbag': ['塞红包', '红包', '抢红包'] + 'gold_redbag': ['塞红包', '红包', '抢红包'], + 'poetry': ['念诗', '来首诗', '念首诗'], + 'comments_163': ['到点了', '12点了', '网易云热评', '网易云评论'], + 'cover': ['b封面'], } # 功能所需的群权限 @@ -177,7 +180,10 @@ plugins2level_dict = { 'qiu_qiu_translation': 5, 'query_resource_points': 5, 'russian': 5, - 'gold_redbag': 5 + 'gold_redbag': 5, + 'poetry': 5, + 'comments_163': 5, + 'cover': 5, } # 群管理员功能 与 对应权限