-
Notifications
You must be signed in to change notification settings - Fork 3
/
crypto_scam.yaml
40 lines (40 loc) · 1.81 KB
/
crypto_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
39
40
name: crypto_scam
rank: 2
priority: 3
event: on-message
if:
- if-all:
- message-matches-any: ["*crypto*market*"]
- message-matches-any: ["*earn*"]
- if-not:
- is-staff: true
- is-helper: true
do:
- delete-user-message:
- send-message: [$user_id, "You have been muted in $guild. Please wait for a moderator to review your message."]
- send-message: [$user_id, "If it is found to be a scam then you will be banned. (You can Submit a ban appeal here: https://url.medicatusb.com/unban)"]
- 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 promote crypto." # 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 Muted for attempting to promote stuff."
- notify-staff:
title: "Attempted Ping"
content: "$user_mention tried to promote 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 promo" # 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