From 657566dd6af3bccb210269d2234f0725821c1c1f Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Fri, 11 Oct 2024 14:56:12 +0200 Subject: [PATCH] gay --- src/commands/fun/gelbooru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 504723e..f4a23dd 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -63,7 +63,7 @@ function notEmpty(str) { return str.trim() !== '' } -const regexCutTags = /[\S\s]{1,275}[^,]{0,225}/; +const regexCutTags = /[\S\s]{1,475}[^,]{0,25}/; function formatTags(tags) { const tagString = decode(tags.join(', '));