14 lines
291 B
YAML
14 lines
291 B
YAML
commands:
|
|
- name: pc
|
|
match: '!pc'
|
|
rule: exact
|
|
response: euna has a 1080ti and a 3600x with 16gb ram
|
|
- name: gm1
|
|
match: gmornin
|
|
rule: contains
|
|
response: '@$sender gmorning!!!!!!'
|
|
- name: gm2
|
|
match: good morning
|
|
rule: contains
|
|
response: '@$sender gmorning!!!!!!'
|