21 lines
417 B
YAML
21 lines
417 B
YAML
commands:
|
|
mod: true
|
|
globalLimit: -1
|
|
userLimit: -1
|
|
- name: joel
|
|
match: Joel
|
|
rule: exact
|
|
response: Joel
|
|
globalLimit: 1
|
|
- 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 🤮🤮🤮" |