27 lines
757 B
JSON
27 lines
757 B
JSON
[
|
|
{
|
|
"triggers": "!hola, !hi, !hello, !aloha, !gday, !kiaora, !howdy, !sup",
|
|
"reply": "Hello $user It's good to see you, Grab your Coke-a-Cola and Popcorn and Enjoy!",
|
|
"permission": "everyone",
|
|
"match": "prefix"
|
|
},
|
|
{
|
|
"triggers": "!rules",
|
|
"reply": "Be Kind & respectful. Have Fun & Enjoy the stream!",
|
|
"permission": "everyone",
|
|
"match": "prefix"
|
|
},
|
|
{
|
|
"triggers": "!nextSong",
|
|
"reply": "$user would like the current song skipped.",
|
|
"permission": "everyone",
|
|
"match": "prefix"
|
|
},
|
|
{
|
|
"triggers": "AFOL, lego",
|
|
"reply": "We have another fan of lego in the chat! Please by all means build me something on your next stream or video.",
|
|
"permission": "everyone",
|
|
"match": "contains"
|
|
}
|
|
]
|