优化poke

This commit is contained in:
Jerry 2025-05-24 12:44:58 +08:00
parent 030dbc9801
commit a8f98def61

View File

@ -85,7 +85,8 @@ async function handleBotPoke(e) {
`${configControl.get(`coreConfig`)?.coreUrl}/api/words/getText/poke` `${configControl.get(`coreConfig`)?.coreUrl}/api/words/getText/poke`
); );
if (res.data?.success) { if (res.data?.success) {
let message = cleanText(res.data.data.toString()); const message = res.data.data.toString();
//let message = cleanText(res.data.data.toString());
logger.info(message); logger.info(message);
return await e.bot.sendApi('get_ai_record', { return await e.bot.sendApi('get_ai_record', {
group_id: e.group_id, group_id: e.group_id,
@ -139,7 +140,6 @@ async function handleBotPoke(e) {
} }
} }
// 普通 poke 回复
const returnType = Math.round(Math.random() * 3); const returnType = Math.round(Math.random() * 3);
const replies = [ const replies = [
'吃我一拳喵!', '吃我一拳喵!',