-
Notifications
You must be signed in to change notification settings - Fork 1
/
messages.sample.json
47 lines (47 loc) · 1.55 KB
/
messages.sample.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
{
"tz": "America/Los_Angeles",
"schedule": {
"reminder": "Sunday 11am",
"event": "Monday 11am",
"rsvps": "Monday 5pm"
},
"event_msg": [
["🐶", "🐕", "🐾", "🐩"], " DogpatchJS is tonight (6:30pm) @ Spark Social.\n",
[
[["🍔", "🍕", "🍻", "🍜", "🍡", "🌮"], " Tasty street food w/ friends!\n"],
[["👋", "❤️", "🏳️🌈", "🖖", "🌎"], " All are welcome.\n"],
[["🗨️", "💡", "👩💻", "👨💻", "💾", "⚡️"], " Talk, learn, and hack.\n"]
],
["⬇️", "⤵️", "🆒", "🆗"], " DM me an emoji to RSVP.\n\n"
],
"reminder_msg": [
"DogpatchJS is coming up! Monday, September 4th at Spark Social ", ["🐾", "🙌", "✨", "🐩", "🐕"], "\n\n",
"RSVPs start tomorrow at 11am. ", ["🚀", "😀", "🐩", "🌟", "🌅"]
],
"reminder_img": {
"url": "http://dogpatchjs.com/banner",
"width": 1024,
"height": 800,
"crop": "body",
"subs": {
"#day": "{tomorrow}",
"#where": ["Spark Social"],
"#time": ["6:30pm"]
}
},
"cancel_msg": [
"We're skipping DogpatchJS tonight since fewer than 4 people RSVP'd. ",
["😢", "😴", "💀"],
" See you next week!"
],
"confirm_msg": [
["🎉", "🙌", "🔜"],
" We're on for 6:30pm! RSVPs: "
],
"huh_dm_msg": "🤔 please send an emoji if you'd like to RSVP!",
"ok_dm_msg": "🎉 see you there! (send me \"nvm\" if you change your mind)",
"ok_nvm_dm_msg": "😢 ok",
"who_dm_msg": "✅ {who}",
"who_none_dm_msg": "😢 nobody yet",
"min_rsvp": 4
}