Merge pull request 'more tags' (#10) from dev into mistress

Reviewed-on: https://git.incest.world/sisterkissers/discord-bot/pulls/10
This commit is contained in:
Ashley Graves 2024-10-11 19:15:13 +00:00
commit f7b45f795b

View file

@ -63,7 +63,7 @@ function notEmpty(str) {
return str.trim() !== '' return str.trim() !== ''
} }
const regexCutTags = /[\S\s]{1,475}[^,]{0,25}/; const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/;
function formatTags(tags) { function formatTags(tags) {
const tagString = decode(tags.join(', ')); const tagString = decode(tags.join(', '));