Files
streambot_twitch/internal/storage/default_commands.json
bryce bd8d2e404c Added Default Dynamic Command Handlers & api calls
!countdown <duration>
!title <newTitle>
!game || !category
!uptime
2025-07-08 16:12:36 +12:00

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"
}
]