diff --git a/router_api.mjs b/router_api.mjs index fedba4c..45cdf78 100644 --- a/router_api.mjs +++ b/router_api.mjs @@ -366,7 +366,7 @@ router.post('/onboard/', async (req, res) => { heroUnion.heroOnboard(bot); data.code = 1; - data.message = `${bot.name},欢迎上船,因为有你,联盟将更健壮!`; + data.message = `${bot.name}, we're so glad to have you on board!`; } return res.status(200).json(data);