Skip Navigation
NSFW
Jump
(OC)(f)- first post on this community 🥰🩷
  • 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"

    2
  • Jump
    We are looking for moderators for our communities!
  • 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:

    1
  • Jump
    MODERATORS: Automod is here!
  • 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.

    1
  • Jump
    MODERATORS: Automod is here!
  • You could ofc also enforcy only one or max 3 char's between the [ ] and force it to be at the start

    ^(?!\[.{1,3}\]).*
    
    1
  • Jump
    MODERATORS: Automod is here!
  • Maye negating regex work? Something like

    ^(?!.*\[.+\]).*
    

    (Everything without a [ followed by any character at least one time followed by ] )

    1