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(', '));