Update role.js (#353)

This commit is contained in:
吃吃吃个柚子皮 2024-01-18 17:55:11 +08:00 committed by GitHub
parent 5766ad0a3d
commit 3684ecdc6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ export class role extends plugin {
/** 深渊 */ /** 深渊 */
async abyss() { async abyss() {
let data = await new Abyss(this.e).getAbyss() let data = await new Abyss(this.e).getAbyss()
console.log('abyss', data)
if (!data) return if (!data) return
this.reply([await this.renderImg('genshin', 'html/abyss/abyss', data, { retType: "base64" }), this.button]) this.reply([await this.renderImg('genshin', 'html/abyss/abyss', data, { retType: "base64" }), this.button])