From 2e2f9c9bcd62546082d2a402083fd6e1c4a6e2a2 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 00:45:52 +0200 Subject: [PATCH] geg --- 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 2cd3b43..4e482ca 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,800}[^,]{0,100}/; +const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/; function formatTags(tags) { const tagString = decode(tags.join(', '));