-部署到 Zeabur
+Deploy to Zeabur
-> Zeabur 的服务器在国外,自动解决了网络的问题,同时免费的额度也足够个人使用
+> Zeabur's servers are located abroad, automatically solving network issues, and the free tier is sufficient for personal use.
-点击一键部署:
+Click to deploy:
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GMU8C8?referralCode=deanxv)
-**一键部署后 `USER_AUTHORIZATION`,`BOT_TOKEN`,`GUILD_ID`,`COZE_BOT_ID`,`PROXY_SECRET`,`CHANNEL_ID`变量也需要替换!**
+**After one-click deployment, the variables `USER_AUTHORIZATION`, `BOT_TOKEN`, `GUILD_ID`, `COZE_BOT_ID`, `PROXY_SECRET`, `CHANNEL_ID` must also be replaced!**
-或手动部署:
+Or manually deploy:
-1. 首先 **fork** 一份代码。
-2. 进入 [Zeabur](https://zeabur.com?referralCode=deanxv),使用github登录,进入控制台。
-3. 在 Service -> Add Service,选择 Git(第一次使用需要先授权),选择你 fork 的仓库。
-4. Deploy 会自动开始,先取消。
-5. 添加环境变量
+1. First **fork** a copy of the code.
+2. Enter [Zeabur](https://zeabur.com?referralCode=deanxv), log in with GitHub, go to the console.
+3. In Service -> Add Service, choose Git (authorize first if it's your first time), select the repository you forked.
+4. Deployment will automatically start, cancel it first.
+5. Add environment variables
- `USER_AUTHORIZATION:MTA5OTg5N************uIfytxUgJfmaXUBHVI` 主动发送消息的discord用户的授权密钥(多个请以,分隔)
+ `USER_AUTHORIZATION:MTA5OTg5N************uIfytxUgJfmaXUBHVI` Authorization key for discord users initiating messages (separated by commas)
- `BOT_TOKEN:MTE5OTk************WNbG63w` 监听消息的Bot-Token
+ `BOT_TOKEN:MTE5OTk************WNbG63w` Token for the bot listening to messages
- `GUILD_ID:11************96` 两个机器人所在的服务器ID
+ `GUILD_ID:11************96` Server ID where both bots are located
- `COZE_BOT_ID:11************97` 由coze托管的机器人ID
+ `COZE_BOT_ID:11************97` Bot ID managed by coze
- `CHANNEL_ID:11************24` # [可选]默认频道-(目前版本下该参数仅用来活跃机器人)
+ `CHANNEL_ID:11************24` # [Optional] Default channel - (currently this parameter is only used to keep the bot active)
- `PROXY_SECRET:123456` [可选]接口密钥-修改此行为请求头校验的值(多个请以,分隔)(与openai-API-KEY用法一致)
+ `PROXY_SECRET:123456` [Optional] API key - modify this line to the value used for request header verification (separated by commas) (similar to the openai-API-KEY)
-保存。
+Save.
-6. 选择 Redeploy。
+6. Choose Redeploy.
-
-