Added Default Dynamic Command Handlers & api calls
!countdown <duration> !title <newTitle> !game || !category !uptime
This commit is contained in:
26
internal/storage/default_commands.json
Normal file
26
internal/storage/default_commands.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user