From 29f53c5e9689ea573b2ff9f0ec7b226c3581b16e Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 01:12:43 +0200 Subject: [PATCH] fuf --- 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 4060eab..56f6a1e 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -53,7 +53,7 @@ function notEmpty(str) { return str.trim() !== '' } -const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/; +const regexCutTags = /[\S\s]{1,475}[^,]{0,25}/; function formatTags(tags) { const tagString = decode(tags.join(', '));