Skip to content

Instantly share code, notes, and snippets.

@Xfox1
Last active October 23, 2021 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xfox1/e614623d2be83b646e5c3f1ccaf189a0 to your computer and use it in GitHub Desktop.
Save Xfox1/e614623d2be83b646e5c3f1ccaf189a0 to your computer and use it in GitHub Desktop.
[
{
"triggers": [
"night",
"good night"
],
"replies": [
{
"reply": "To you...",
"type": "text"
},
{
"reply": "It's time",
"type": "text"
},
{
"reply": "Where are you going? The night is still young!",
"type": "text"
}
]
},
{
"triggers": [
"good morning",
"morning"
],
"replies": [
{
"reply": "./media/audio/sun_in_the_sky.mp3",
"type": "audio"
},
{
"reply": "./media/audio/new_dawn_new_day.mp3",
"type": "audio"
}
]
},
{
"triggers": [
"haha",
"hahaha",
"ahah",
"ahahaha"
],
"replies": [
{
"reply": "./media/images/kid_laughing_meme.jpg",
"type": "image"
}
]
},
{
"triggers": [
"party"
],
"replies": [
{
"reply": "./media/images/party_girl.gif",
"type": "image"
}
]
},
{
"triggers": [
"hello",
"hi"
],
"replies": [
{
"reply": "Hi, how's it going?",
"type": "response"
},
{
"reply": "Hey! What's up?",
"type": "response"
}
]
},
{
"triggers": [
"link"
],
"replies": [
{
"reply": "There you go: <a href=\"https://www.mignanoa.com/\">inline URL</a>",
"type": "text"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment