修正bot配置的TODO

This commit is contained in:
Xujiayao 2026-03-12 12:41:29 +08:00
parent 1b43c5d724
commit ea57d67b34
4 changed files with 6 additions and 6 deletions

View file

@ -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:

View file

@ -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:

View file

@ -48,7 +48,7 @@ common:
color: "gray"
discord_to_minecraft:
response:
response: # 回复其它用户的消息时,原消息的格式
- text: " ┌──── "
bold: true
color: "dark_gray"

View file

@ -48,7 +48,7 @@ common:
color: "gray"
discord_to_minecraft:
response:
response: # 回复其它用户的消息时,原消息的格式
- text: " ┌──── "
bold: true
color: "dark_gray"