
Nineteendo
- Aktivitet i alt 27
- Sidste aktivitet
- Medlem siden
- Følger 0 brugere
- Fulgt af 0 brugere
- Stemmer 8
- Abonnementer 9
Aktivitetsoversigt
Seneste aktivitet fra Nineteendo-
Nineteendo kommenterede
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 oprettede et opslag
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 kommenterede
Well, you can disable message history: https://youtu.be/GShkiQP7mnMBut it's not the best solution.
-
Nineteendo oprettede et opslag
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 kommenterede
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 kommenterede
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 kommenterede
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 kommenterede
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 kommenterede
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 oprettede et opslag
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 ...