would you mind to crosspost to !petgirls@lemmynsfw.com ?
sou may crosspost to !petgirls@lemmynsfw.com if you want to ;)
depends on the client you are using: but probably something like "3 dot menu -> cross post/share to other community -> choose community and title -> go"
would you mind to cross post to !petgirls@lemmynsfw.com :) looking good!
HM, it works on voyager (mobile) and ethernity, but breaks with jebora
Happy to help you out!
Thank you!
I am not an active poster but have at least some exp modding communities on other platforms.
Would be happy to help out at:
ropebondage, fapdeciders, petgirls selfbondage
Ps.: thanks for all your work!
edit: here the actual links:
Thanks for your work! Server migrations are allways stressfull.
Seems like it.
My given regex archives exactly this :P you can test it with an online regex tester. I dont know if the bot supports this kind of regex.
You could ofc also enforcy only one or max 3 char's between the [ ] and force it to be at the start
^(?!\[.{1,3}\]).*
Maye negating regex work? Something like
^(?!.*\[.+\]).*
(Everything without a [ followed by any character at least one time followed by ] )