-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
66 lines (66 loc) · 2.34 KB
/
Copy pathconfig.json
File metadata and controls
66 lines (66 loc) · 2.34 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
{
"token" : "your token",
"support" : "email or something like this",
"mode" : "long polling",
"updateTime" : "6:00",
"redisAddr" : "localhost:6379",
"redisPassword" : "",
"redisNumber" : 0,
"logFile" : "stdout",
"debug" : false,
"answers" : {
"greetings" : [
"Hello! Nice to meet you!😊",
"Hi! What do you want to know about MGE World?🤓",
"Howdy! How are you?😉",
"Hiya! Nice to see you!👋",
"Hello! What's new?😎",
"Such a good day! I'am Hakutaku.😃",
"G'day, man!🤠",
"What a lovely day!❤",
"Gutten Tag! I know deutsh too (I'm smart)🇩🇪",
"How do you do?😉"
],
"help" : "I'am Hakutaku and I know everything about MGE world.\nMy list of commands:\n/start - We'll start our chat\n/help - I'll show you list of commands\n/about - I'll try to find info about girl\n/list - I'll show you names of all the girls\n/bug-report - You will be helped here",
"noArguments" : [
"I'am not so stupid😁",
"Are you fucked up?😡",
"Say my name - Mr. White - Goddamn right🧔",
"I need some arguments",
"Please, give me arguments"
],
"noGirl" : [
"I can't find this girl.",
"I don't think that she exists...",
"You were not mistaken?",
"I can not remember such a girl.",
"No girl."
],
"noGirlLetter" : [
"There is no girl on this letter.",
"Nobody. Nobody! NOBODY! TRAAAGER!!! TRAAAGER!!! (I love Outlast, and there is no girl on this letter).",
"Can't find any girl on this letter.",
"There are no girls on this letter. SAD BUT TRUE",
"No one"
],
"wowAboutMe" : [
"Wow, it's about me!",
"Aabout me!",
"Me!",
"Heh, it's me!",
"❤"
],
"doubts" : [
"Is this a joke?!😂",
"Hmmm... I don't understand you...😐",
"What did you mean?🙃",
"Please, say it again!👂",
"I love random strings too: sdfgegedrgjswrgfjeiopgketp[hege🤪",
"Ahaha, what did you say?😚",
"Sounds stupid...😕",
"??😳",
"Mmm...😕",
"LoL, I think, it's stupid☹"
]
}
}