|
|
@ -366,7 +366,7 @@ router.post('/onboard/', async (req, res) => { |
|
|
|
|
|
|
|
|
|
|
|
heroUnion.heroOnboard(bot); |
|
|
|
heroUnion.heroOnboard(bot); |
|
|
|
data.code = 1; |
|
|
|
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); |
|
|
|
return res.status(200).json(data); |
|
|
|