Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit aec4cdb

Browse files
committed
Update resources.html
1 parent 673819e commit aec4cdb

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

pages/resources.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,51 @@ <h4 class="text-lg font-semibold text-indigo-600 mb-2">Don'ts:</h4>
209209
<li>Don't trust messages that create a sense of urgency or fear.</li>
210210
</ul>
211211
</div>
212+
<!-- Automod Filters Section -->
213+
<div class="bg-gray-50 p-6 rounded-lg">
214+
<h3 class="text-xl font-semibold text-indigo-600 mb-4">Discord Automod Filters for Scam Prevention</h3>
215+
<p class="text-gray-600 mb-4">Server staff and owners can use these custom Automod filters to help protect their communities from common scam attempts. Copy and paste these directly into your server's Automod settings.</p>
216+
<div class="space-y-6">
217+
<!-- Word Filters -->
218+
<div>
219+
<h4 class="text-lg font-semibold text-indigo-600 mb-2">Word Filters</h4>
220+
<p class="text-gray-600 mb-2">Add these to your keyword filter list:</p>
221+
<div class="bg-gray-50 p-4 rounded-md overflow-x-auto">
222+
<code class="text-sm text-gray-800">*.su*, *funpay*, *funpay.com*, *https://funpay.com/*, only fans, onlyfans, *telegra.ph*, *tinyurl.com*, *50$ gift*, *gift 50$*, *20$ gift*, *gift 20$*, *help 10 people to earn*, *free nitro*, *nitro gift*, *discord.gift*, *steamgift*, *free steam*, *steam code*, *steam key*, *free robux*, *robux code*, *free vbucks*, *fortnite code*, *free minecraft*, *minecraft code*, *crypto giveaway*, *free crypto*, *bitcoin giveaway*, *eth giveaway*, *paypal.me*, *cashapp*, *venmo*, *send me money*, *donate me*, *steamcommunity.com/tradeoffer*, *trade offer*, *csgo trade*, *tf2 trade*, *dota trade*, *skin trade*</code>
223+
</div>
224+
<p class="text-gray-600 mb-2">These wordlists can be modified by removing or adding words to fit the use case of the server since in some cases it might block real user interactions.</p>
225+
</div>
226+
<!-- Regex Patterns -->
227+
<div>
228+
<h4 class="text-lg font-semibold text-indigo-600 mb-2">Regex Patterns</h4>
229+
<div class="bg-gray-50 p-4 rounded-lg">
230+
<h5 class="font-medium text-indigo-600 mb-2">Blocks disguised links (markdown links, angle brackets, etc.)</h5>
231+
<code class="text-sm text-gray-800 block mb-2">\[.+\]\(<?(https?://.+)>?\s*("([^"]+)")?\)</code>
232+
<p class="text-gray-600 text-sm">Blocks: [Click here](https://malicious.site), [Free Nitro](https://discord.gift/fake), &lt;https://dangerous.link&gt;</p>
233+
</div>
234+
<div class="bg-gray-50 p-4 rounded-md mb-2">
235+
<h5 class="font-medium text-indigo-600 mb-2">Blocks fake headers and excessive punctuation</h5>
236+
<code class="text-sm text-gray-800 block mb-2">\n?#{1,3}\s+,+</code>
237+
<p class="text-gray-600 text-sm">Blocks: ### FREE NITRO,,,, #GIVEAWAY,,,,,, CLICK HERE ## LIMITED TIME OFFER,,,,</p>
238+
</div>
239+
<div class="bg-gray-50 p-4 rounded-md">
240+
<h5 class="font-medium text-indigo-600 mb-2">Blocks common scam phrases with numbers</h5>
241+
<code class="text-sm text-gray-800 block mb-2">(free|gift|giveaway|win|claim|earn).{0,10}\d+\$?</code>
242+
<p class="text-gray-600 text-sm">Blocks: free 50$ nitro, gift 100 people, claim your 20$ reward, earn 500$ daily</p>
243+
</div>
244+
</div>
245+
<!-- Setup Tips -->
246+
<div class="bg-gray-50 p-4 rounded-md">
247+
<h4 class="text-lg font-semibold text-indigo-600 mb-2">Automod Setup Tips</h4>
248+
<ul class="list-disc list-inside text-gray-600 space-y-1">
249+
<li>Set these filters to trigger at 1-2 mentions to catch early scam attempts</li>
250+
<li>Combine with "Block Message" and "Send Alert" actions</li>
251+
<li>Review your Automod logs regularly to adjust filters as needed</li>
252+
<li>Add your own server-specific scam patterns as you encounter them</li>
253+
</ul>
254+
</div>
255+
</div>
256+
</div>
212257
<!-- Tutorials Section -->
213258
<div class="bg-gray-50 p-6 rounded-lg">
214259
<h3 class="text-xl font-semibold text-indigo-600 mb-4">Tutorials</h3>

0 commit comments

Comments
 (0)