-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic.json
More file actions
92 lines (87 loc) · 3.21 KB
/
static.json
File metadata and controls
92 lines (87 loc) · 3.21 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"decoy_links": [
"https://youtu.be/IwzUs1IMdyQ",
"https://youtu.be/KxGRhd_iWuE",
"https://youtu.be/tVj0ZTS4WF4",
"https://youtu.be/dQw4w9WgXcQ?t=43",
"https://youtu.be/oHg5SJYRHA0",
"https://youtu.be/j5a0jTc9S10"
],
"roast_messages": [
"🎯 {mention}, *caught red-handed*! Enjoy this instead: <{bait}>",
"😈 Oops {mention}, your meme magic just got reversed. Here's a spicy one: <{bait}>",
"🚨 RICKROLL DETECTED! {mention}, time to taste your own medicine: <{bait}>",
"🎶 No no no... Not today, {mention}. Here's your punishment gift: <{bait}>",
"🌀 Reverse Roll Engaged! {mention}, now feel the wrath: <{bait}>",
"💀 You thought you were slick, {mention}... But you just got bamboozled: <{bait}>"
],
"sus_emojis": [
"rickroll", "rick", "roll", "rick_roll", "rick-roll"
],
"sus_text_phrases": [
"give you up",
"nggyu",
"rick roll",
"never gonna",
"give you up",
"248 434 5508", "1 248 434 5508",
"We're no strangers to love", "Were no strangers to love",
"You know the rules and so do I",
"A full commitment's what I'm thinkin' of", "A full commitments what Im thinking of",
"You wouldn't get this from any other guy", "You wouldnt get this from any other guy",
"I just wanna tell you how I'm feeling", "I just wanna tell you how Im feeling",
"Gotta make you understand",
"never gonna give you up",
"never gonna let you down",
"never gonna run around and desert you",
"never gonna make you cry",
"never gonna say goodbye",
"never gonna tell a lie and hurt you",
"We've known each other for so long", "Weve known each other for so long",
"Your heart's been aching, but you're too shy to say it", "Your hearts been aching, but youre too shy to say it",
"Inside, we both know what's been going on", "Inside we both know whats been going on",
"We know the game and we're gonna play it", "We know the game and were gonna play it",
"And if you ask me how I'm feeling", "And if you ask me how Im feeling",
"Don't tell me you're too blind to see", "Dont tell me youre too blind to see"
],
"sus_file_keywords": [
"rickroll", "rick", "roll", "rick_roll", "rick-roll"
],
"sus_file_extensions": [
".mp4", ".mov", ".avi", ".webm", ".mkv", ".gif",
"png", "jpeg", "jpg", "svg", "webp",
"waw", "mp3", "wav", "flac", "ogg", "m4a",
"txt", "md", "html", "htm", "css", "js",
"json", "xml", "csv", "tsv", "yaml", "yml",
"doc", "docx", "pdf", "ppt", "pptx", ".xls", ".xlsx"
],
"sus_links": [
"https://youtu.be/dQw4w9WgXcQ",
"https://youtu.be/oHg5SJYRHA0",
"https://youtu.be/IwzUs1IMdyQ",
"https://youtu.be/KxGRhd_iWuE",
"https://youtu.be/tVj0ZTS4WF4"
],
"sus_gif_links": [
"https://media.giphy.com/media/3o7aD2saq1d2k4z0g0/giphy.gif",
"https://tenor.com/bItJt.gif",
"https://tenor.com/twvvjPpkwCv.gif",
"https://tenor.com/ixGyZvOTOhX.gif"
],
"default_triggers": {
"emoji": true,
"text": true,
"sticker": true,
"file": true,
"link": true,
"gif": true
},
"disabled_triggers": {
"emoji": false,
"text": false,
"sticker": false,
"file": false,
"link": false,
"gif": false
}
}