From 3684ecdc6ef3ad08b0ee2ffc35b423db82c90194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=83=E5=90=83=E5=90=83=E4=B8=AA=E6=9F=9A=E5=AD=90?= =?UTF-8?q?=E7=9A=AE?= Date: Thu, 18 Jan 2024 17:55:11 +0800 Subject: [PATCH] Update role.js (#353) --- plugins/genshin/apps/role.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/genshin/apps/role.js b/plugins/genshin/apps/role.js index fa235a9..8d36e57 100644 --- a/plugins/genshin/apps/role.js +++ b/plugins/genshin/apps/role.js @@ -76,7 +76,6 @@ export class role extends plugin { /** 深渊 */ async abyss() { let data = await new Abyss(this.e).getAbyss() - console.log('abyss', data) if (!data) return this.reply([await this.renderImg('genshin', 'html/abyss/abyss', data, { retType: "base64" }), this.button])