-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.json
73 lines (73 loc) · 1.95 KB
/
commands.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
{
"Commands": {
"Start": {
"Text": "Aloha! My name Stitch. What are we doing today?\n"
},
"Help": {
"Text": "Aloha! My name Stitch, I am a bot who can help you make your Telegram stickers easily!\nUse the commands below to start:\n"
},
"namePack": {
"Text": "What would you like to name your sticker pack?\n"
},
"nameError": {
"Text": "Name not valid. Name needs to have 1 - 64 characters. Give Stitch another name!\n"
},
"nameConfirmation": {
"Text": "Stitch named it "
},
"newPackAddSticker": {
"Text": "Feed Stitch pictures for stickers!\n"
},
"photoError": {
"Text": "Photo is not valid. Give Stitch another photo!\n"
},
"makeSticker": {
"Text": "Stitch made this, you like?\n"
},
"remakeSticker": {
"Text": "Okay, let Stitch try again...\n"
},
"finalizeSticker": {
"Text": "Stitch happy! Stitch now need an emoji for the sticker.\n"
},
"nextSticker": {
"Text": "Okay, feed Stitch another picture, or /publish to stop!\n"
},
"finalizePack": {
"Text": "No more pictures for Stitch?\n"
},
"createPack": {
"Text": "Okay, Stitch done.\n"
},
"showPack": {
"Text": "Stitch sees these: \n"
},
"editPack": {
"Text": "Which pack do you want to edit?\n"
},
"confirmDelete": {
"Text": "Stitch help you trash it?\n"
},
"removePack": {
"Text": "Okay, Stitch removed {}.\n"
},
"removeSticker": {
"Text": "Okay, Stitch removed {same emoji?} from {}.\n"
},
"nextAction": {
"Text": "Anything else for Stitch?\n"
},
"cancel": {
"Text" : "Stitch stop whatever? Okay. Stitch stop whatever.\n"
},
"skip": {
"Text": "Stitch go next? Okay. Stitch go next.\n"
},
"askAgain": {
"Text": "Stitch no understand? Try again.\n"
},
"exit": {
"Text": "Thanks for hanging out with Stitch!"
}
}
}