diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 33237f4..2b56e1f 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,475}[^,]{0,25}/; +const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/; function formatTags(tags) { const tagString = decode(tags.join(', '));