We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ddf55 commit 6ce79a1Copy full SHA for 6ce79a1
README.md
@@ -35,7 +35,31 @@ QQ_IS_SANDBOX=true
35
36
### QQ_BOTS
37
38
-配置机器人帐号,intent 需要根据机器人类型以及需要的事件进行配置。如:
+配置机器人帐号 `id` `token` `secret`,intent 需要根据机器人类型以及需要的事件进行配置。
39
+
40
+#### Intent
41
42
+以下为所有 Intent 配置项以及默认值:
43
44
+```json
45
+{
46
+ "guilds": "true",
47
+ "guild_members": "true",
48
+ "guild_messages": "false",
49
+ "guild_message_reactions": "true",
50
+ "direct_message": "false",
51
+ "open_forum_event": "false",
52
+ "audio_live_member": "false",
53
+ "c2c_group_at_messages": "false",
54
+ "interaction": "false",
55
+ "message_audit": "true",
56
+ "forum_event": "false",
57
+ "audio_action": "false",
58
+ "at_messages": "true"
59
+}
60
+```
61
62
+#### 示例
63
64
私域频道机器人示例
65
0 commit comments