From e7e19b3d6687b510eafc8105c768f9f56f9d9977 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Mar 2024 17:40:17 -0400 Subject: [PATCH] Test --- commands/random-img/xiao.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/random-img/xiao.js b/commands/random-img/xiao.js index 6cfa79fe..90e2f3f9 100644 --- a/commands/random-img/xiao.js +++ b/commands/random-img/xiao.js @@ -65,6 +65,7 @@ module.exports = class XiaoCommand extends Command { numres: 16 }) .attach('file', await readFile(path.join(__dirname, '..', '..', 'assets', 'images', 'xiao', img))); + console.log(body.header.message); if (!body.results || !body.results.length) return null; const result = body.results[0]; if (Number.parseFloat(result.header.similarity) < 90) return null;