diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 2e0f013..9331125 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,675}[^,]{0,25}/; function formatTags(tags) { const tagString = decode(tags.join(', '));