-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
32 lines (32 loc) · 1.01 KB
/
config.json
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
{
"deletemessage": {
"content": ":clown: @everyone :clown:",
"embeds": [
{
"title": "ayy lmao looks like your webhook got deleted",
"description": "lmao nerd you thought :nerd:",
"color": 16711680,
"author": {
"name": "TaxMachine on top",
"url": "https://github.com/TaxMachine/Grabbers-Deobfuscator"
}
}
]
},
"spammessage": {
"content": "@everyone",
"embeds": [
{
"title": "Your obfuscation sucks and you should reconsider your life choices",
"description": "lmfao kys fucking nerd",
"color": 16711680,
"author": {
"name": "TaxMachine on top",
"url": "https://github.com/TaxMachine/Grabbers-Deobfuscator"
}
}
]
},
"deleteafterdeobf": false,
"telegram_message": "test"
}