From 15ed1a8aaba0fab2f46846391b73b8aac57d5f3a Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Thu, 10 Oct 2024 16:53:27 +0200 Subject: [PATCH] buh --- src/commands/fun/gelbooru.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 843836a..8f8a5e9 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -114,6 +114,8 @@ function proxy(url) { ...auth }); + console.log(url); + return url; }