Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deanxv committed Apr 28, 2024
1 parent c96b98a commit c3f251d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _代理`Discord`对话`Coze-Bot`,实现以API形式请求GPT4模型,提供

_觉得有点意思的话 别忘了点个🌟_

📄<a href="https://cdp-docs.pages.dev" style="font-size: 15px;">CDP项目文档站</a>(正在补全中...)
📄<a href="https://cdp-docs.pages.dev" style="font-size: 15px;">CDP项目文档站</a>

🐞<a href="https://t.me/+LGKwlC_xa-E5ZDk9" style="font-size: 15px;">CDP项目-交流群</a>(群内有详细教程)

Expand Down
3 changes: 1 addition & 2 deletions discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ func loadBotConfig() {
}
}
}

common.LogInfo(context.Background(), fmt.Sprintf("载入配置文件成功 BotConfigs: %+v", BotConfigList))
common.SysLog(fmt.Sprintf("载入配置文件成功 BotConfigs: %+v", BotConfigList))
}

// messageCreate handles the create messages in Discord.
Expand Down

0 comments on commit c3f251d

Please sign in to comment.