mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
修正bot配置的TODO
This commit is contained in:
parent
1b43c5d724
commit
ea57d67b34
4 changed files with 6 additions and 6 deletions
|
|
@ -19,8 +19,8 @@ discord:
|
|||
# 机器人设置
|
||||
bot:
|
||||
token: "your_token_here" # Discord 机器人令牌
|
||||
rich_presence: # TODO
|
||||
enable: true
|
||||
enable_status: true # 有玩家在线时 Online / 没玩家在线时 Idle / 正在启动或关闭时 Do Not Disturb
|
||||
enable_rich_presence: true
|
||||
# Webhook 通用设置
|
||||
# 多服务器模式下,Webhook 用于发送客户端 MC 服务器消息,因此必须启用 Webhook
|
||||
webhook:
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ discord:
|
|||
# 机器人设置
|
||||
bot:
|
||||
token: "your_token_here" # Discord 机器人令牌
|
||||
rich_presence: # TODO
|
||||
enable: true
|
||||
enable_status: true # 有玩家在线时 Online / 没玩家在线时 Idle / 正在启动或关闭时 Do Not Disturb
|
||||
enable_rich_presence: true
|
||||
# Webhook 通用设置
|
||||
# 多服务器模式下,Webhook 用于发送客户端 MC 服务器消息,因此必须启用 Webhook
|
||||
webhook:
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ common:
|
|||
color: "gray"
|
||||
|
||||
discord_to_minecraft:
|
||||
response:
|
||||
response: # 回复其它用户的消息时,原消息的格式
|
||||
- text: " ┌──── "
|
||||
bold: true
|
||||
color: "dark_gray"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ common:
|
|||
color: "gray"
|
||||
|
||||
discord_to_minecraft:
|
||||
response:
|
||||
response: # 回复其它用户的消息时,原消息的格式
|
||||
- text: " ┌──── "
|
||||
bold: true
|
||||
color: "dark_gray"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue