Update role.js (#353)
This commit is contained in:
parent
5766ad0a3d
commit
3684ecdc6e
|
@ -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])
|
||||||
|
|
Loading…
Reference in New Issue