-
Notifications
You must be signed in to change notification settings - Fork 33
/
builtins.js
38 lines (38 loc) · 1007 Bytes
/
builtins.js
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
module.exports = {
BuiltinBaseJoke: [
'Tell me a joke!',
'We could use some humor here...',
'How about a joke?',
'I\'d do well with a laugh right about now.',
'Joke around with use please :)'
],
SimonSays: [
'Repeat back to me lorem ipsum dolor amet',
'echo back to me lorem ipsum dolor amet',
'simon says lorem ipsum dolor amet',
'You should repeat this back to me lorem ipsum dolor amet',
'lorem ipsum dolor amet is what you should say back to me',
'be a good bot and parrot benf fodjsi bdfsjdhf bazz back to me',
'copy cat behf sdkjhfg peiurf fdlkgj kwjhe foufg'
],
"CatFacts": [
"give me a cat fact",
"tell me a cat fact",
"tell me something about cats",
"cat fact meow",
"meow meow"
],
Uptime: [
'uptime',
'are you alive?',
'are you up?',
'status',
'current status',
'who are you?',
'what are you?',
'are you alive',
'are you up',
'who are you',
'what are you'
]
};