forked from Shinonome/dots-hyprland
comment debug print
This commit is contained in:
@@ -81,7 +81,7 @@ class BooruService extends Service {
|
|||||||
async fetch(msg) {
|
async fetch(msg) {
|
||||||
// Init
|
// Init
|
||||||
const userArgs = `${msg.replace('rating:safe', '')}${(!this._nsfw || msg.includes('safe')) ? ' rating:safe' : ''}`.split(/\s+/);
|
const userArgs = `${msg.replace('rating:safe', '')}${(!this._nsfw || msg.includes('safe')) ? ' rating:safe' : ''}`.split(/\s+/);
|
||||||
console.log(userArgs)
|
// console.log(userArgs)
|
||||||
|
|
||||||
let taglist = [];
|
let taglist = [];
|
||||||
let page = 1;
|
let page = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user