From c8071dd94602800dd432cbc9e5f81ef9080c6274 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Fri, 11 Oct 2024 14:11:50 +0200 Subject: [PATCH] the --- 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 09e0114..d331e0b 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,75}[^,]{0,125}/; +const regexCutTags = /[\S\s]{1,275}[^,]{0,225}/; function formatTags(tags) { const tagString = decode(tags.join(', '));