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