2022-04-30 04:19:14 +00:00
|
|
|
commands:
|
2026-01-07 22:46:03 +00:00
|
|
|
- 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
|
2026-08-03 19:02:09 +00:00
|
|
|
response: "ewwwww mangos 🤮🤮🤮"
|