This commit is contained in:
Dragon Fire
2024-09-01 12:31:37 -04:00
parent 198e3c62f4
commit 06338408f0
+1 -1
View File
@@ -75,6 +75,6 @@ module.exports = class XiaoCommand extends Command {
async sauceNao(img) {
if (!this.sagiri) this.sagiri = await import('sagiri');
if (!this.sagiriClient) this.sagiriClient = this.sagiri(SAUCENAO_KEY);
return sagiriClient(path.join(__dirname, '..', '..', 'assets', 'images', 'xiao', img));
return this.sagiriClient(path.join(__dirname, '..', '..', 'assets', 'images', 'xiao', img));
}
};