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