Merge pull request 'dev' (#3) from dev into mistress

Reviewed-on: https://git.incest.world/sisterkissers/discord-bot/pulls/3
This commit is contained in:
Ashley Graves 2024-10-11 12:13:17 +00:00
commit 0c85a08cdc

View file

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