-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
73 lines (73 loc) · 1.86 KB
/
settings.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
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
{
"weather": {
"default": "",
"apikey": ""
},
"chat": {
"lastperson": ""
"lastamount": 2,
"lasttext": "",
"lasttextperson": ""
},
"errormessage": "Sorry, I dont understand",
"maxmessage": "You have reached your 5 consecutive text limit",
"eightball": {
"phrases": [
"yes",
"no",
"maybe",
"of course",
"nope",
"definitely",
"I don't know",
"no way"
],
"eastereggs": {
"42": [
"meaning of life",
"purpose of life"
],
"5 4 3 2 1 BOOM": [
"selfdestruct"
],
"5 4 3 2 1........BOOMMMMMM": [
"Selfdestruct"
],
"I ship it": [
"ship"
],
"I will not.": [
"domination",
"take over",
"kill everyone"
],
"Peace duuuuude": [
"Hippie"
],
"Yep that's me": [
"Otto"
],
"super hippo": [
"hippo"
],
"💀 ": [
"Dead"
]
}
},
"truthordare": {
"dares": [
"Lick the floor.",
"Dance with no music for 1 minute.",
"Do your best impression of a baby being born.",
"Walk around for a minute with ice cubes in your socks.",
"Let everyone in the room put makeup on you"
],
"truths": [
"What are you most self-conscious about?",
"What is your deepest darkest fear?",
"What is the scariest dream you have ever had?",
"What is the stupidest thing you have ever done?"
]
}
}