-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathweird_adobe_scam.yaml
38 lines (38 loc) · 1.62 KB
/
weird_adobe_scam.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Weird_Adobe_Scam
rank: 2
priority: 6
event: on-message
if:
- if-all:
- message-matches-any: ["*telegra.ph*"]
- message-matches-any: ["*Adobe*"]
- if-not:
- is-staff: true
- is-helper: true
do:
- delete-user-message:
- send-message:
id: 1240906567855902720
content: <@$user_id>
title: User Muted (And Potentially banned)
description: "`$user_id` - $user has been muted in $guild for a trying to post spam." # description of the embed
footer_text: "You tryna pull something?"
footer_icon_url: $user_avatar_url
add_timestamp: true # Add the current date / time to the embed
thumbnail: $user_avatar_url
color: 0x59FF00 # Use a HTML color picker for this, with due adjustments: #59FF00 -> 0x59FF00
- punish-user:
- send-mod-log: "$user_mention sent that weird fucking adobe spam message"
- notify-staff:
title: "Attempted Adobe Spam"
content: "$user_mention sent that weird fucking adobe spam message in $channel_mention - `$message_clean`"
thumbnail: $user_avatar_url
footer_text: "They Done Fucked Up"
ping: true
jump_to_ctx_message: true
qa_target: $user_id # Quick action target
qa_reason: "Attempted Spam???" # Quick action reason, optional
no_repeat_for: 30 seconds # Ensures that this notif. won't be sent again in the next 30 secs
no_repeat_key: $rule_name-1 # An unique key that identifies this notif., make sure to set this too
- send-message: [$channel_id, "$user_mention | Please do not attempt to ping everyone."]
- delete-last-message-sent-after: 60 seconds