-
Notifications
You must be signed in to change notification settings - Fork 0
/
bot_config.yaml
84 lines (79 loc) · 2.3 KB
/
bot_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
--- !BotData
# 覌白
# 作者:Shitlime
# 基本信息
info:
name: "覌白"
author: "Shitlime"
author_info: "是一只废物史莱姆"
other: "备注暂无"
# Ariadne连接配置
ariadne_config:
qq_id: 1145141919810
verify_key: "this_is_a_verify_key"
http_client_config: "http://localhost:114"
ws_client_config: "http://localhost:514"
# 管理以及命令
admin: [1919810]
cmd_prefix: ["|", "\\", "/"]
search_prefix: ["?", "?"]
# saya载入的模块
modules:
- "modules.Admin.get_ip"
- "modules.Yiyan.yiyan"
- "modules.FakeAI.AI"
- "modules.SearchThing.search_char"
- "modules.SearchThing.web_search"
- "modules.SeTu.SeTu"
- "modules.BreakTofu.break_tofu"
# - "modules.AIDrawing.AI_drawing"
- "modules.ACGimg.ACGimg"
- "modules.GroupEventAction.MemberJoinLeave"
- "modules.GroupEventAction.InfosChange"
- "modules.Admin.recall_message"
- "modules.SixtySecNews.SixtySecNews"
- "modules.BreakTofu.guess_tofu"
- "modules.Bilibili.get_video_info"
- "modules.Bilibili.get_video_ai_conclusion"
- "modules.scheduler.new_year"
- "modules.scheduler.TrimeNightlyUpload.trime_nightly_upload"
modules_config:
message_queue:
delay: 0 # 上次稳定在:26
search_char:
dict_path_windows: "resources\\search_char"
dict_path_linux: "resources/search_char"
ACGimg:
cool_down_time: 6
fqc_time: 30
SeTu:
font_path_windows: "resources\\font\\loli.ttf"
font_path_linux: "resources/font/loli.ttf"
cool_down_time: 10
break_tofu:
font_path_windows: "resources\\font\\TH-Tshyn"
font_path_linux: "resources/font/TH-Tshyn"
guess_tofu:
font_path_windows: "resources\\font\\TH-Tshyn"
font_path_linux: "resources/font/TH-Tshyn"
AI_drawing:
token_list: ["1919810114514", "1919810114514", "1919810114514"]
token_index: 0 # 指示使用第几个token
bot_tags: "1boy, 24_year_old"
cool_down_time: 6
fqc_time: 120
MemberJoinLeave:
enable_group:
join: [1145141919810]
leave: [11451419]
InfosChange:
enable_group: [1145141919810]
SixtySecNews:
enable_group: [1145141919810]
enable_friend: []
send_time: "30 15 * * *" # 遵循crontab的方式 例:'30 15 * * *'表示每天的15:30
new_year:
enable_group: [1145141919810]
enable_friend: []
TrimeNightlyUpload:
enable_group: [1145141919810]