-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConstants.ts
More file actions
29 lines (26 loc) · 778 Bytes
/
Constants.ts
File metadata and controls
29 lines (26 loc) · 778 Bytes
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
const Constants = {
funnyRestrictions: [
', I want to do it, but I’m not sure about you.',
', show me your passport!',
', hold your horses!',
],
quickReplies: [
', great words of a great mind here.',
', everything is possible.',
', may the force be with you.',
', everything is about the degree.',
', easy does it.',
', it’s not a rocket science.',
', have I missed something?',
', did I miss the boat?',
', no pain, no gain, you know.',
', you’re on the ball.',
', time flies when you’re having fun.',
', you can say that again.',
', your guess is as good as mine.',
],
MIN_STATUS_LENGTH: 80,
WORKDAY_ACTIVITY_THRESHOLD: 25
};
const warning = '⚠️';
const NotSpecified = 'NotSpecified';