35 lines
749 B
YAML
35 lines
749 B
YAML
commands:
|
|
- name: so
|
|
match: '!so'
|
|
rule: prefix
|
|
args:
|
|
- name
|
|
response: 'check out this cutie ${name} ♡ at twitch.tv/${name} ~'
|
|
mod: true
|
|
globalLimit: -1
|
|
userLimit: -1
|
|
- name: joel
|
|
match: Joel
|
|
rule: exact
|
|
response: Joel
|
|
globalLimit: 1
|
|
- name: gm1
|
|
match: gmorning
|
|
rule: contains
|
|
response: '@$sender gmorning!!!!!!'
|
|
- name: gm2
|
|
match: good morning
|
|
rule: contains
|
|
response: '@$sender gmorning!!!!!!'
|
|
- name: anotherone
|
|
match: '!testcmd'
|
|
rule: prefix
|
|
response: hello there!!!!!
|
|
- name: '!rank'
|
|
match: '!rank'
|
|
rule: exact
|
|
response: rank deez nuts B)
|
|
- name: mango
|
|
match: mango
|
|
rule: contains
|
|
response: "ewwwww mangos 🤮🤮🤮" |