
Nineteendo
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 9
Activity overview
Latest activity by Nineteendo-
Nineteendo commented,
That's not what I'm doing here: I'm limiting the number of mentions to zero. Not sure if you can use a word.
-
Nineteendo created a post,
Automod flag long messages
Some people abuse the 2000 characters allowed in a message to send ridiculously long messages, often taking up a lot of space. It would be useful if automod could limit the message length to 500. Y...
-
Nineteendo commented,
Well, you can disable message history: https://youtu.be/GShkiQP7mnMBut it's not the best solution.
-
Nineteendo created a post,
AutoMod make blocking long messages easier.
Today, I figured out how block long messages using AutoMod (https://youtu.be/TOXEZaWdB1s) However, I can only set this limit to 177 using this regex pattern: "[\S\s]{178,}"Which is way too strict. ...
-
Nineteendo commented,
And it's no solution to create separate channels for the different rules and configure a bot to mention the staff when a message is sent there by Auto Mod?
-
Nineteendo commented,
Can't you give them a temporary role that get's removed after they send one message, and add that role to the exempt roles of your rules? Or is that not what you're looking for?
-
Nineteendo commented,
Like this? :\/\/(?!discord\.com\/) This is a regular expression that matches all links except if they contain http://discord.com/ or https://discord.com/. Is that what you were looking for?
-
Nineteendo commented,
I found the first fix today: https://youtu.be/Dbm6ncyHHkUWith this trick AutoMod can disable mentions entirely.Unfortunately, if you want to allow the other users to mention, you need to give them ...
-
Nineteendo commented,
I found the first fix today: https://youtu.be/Dbm6ncyHHkUThis blocks the message from being send all together.Unfortunately, if you want to allow other to mention, you need to give them a role and ...
-
Nineteendo created a post,
Automod flag bots
Automod now by default ignores bots, but in some cases it can be useful to flag their messages too, like for scams or to get more control over the bot. This could be done by adding bots to exempt ...