new cmds
This commit is contained in:
parent
cfbadb90f0
commit
b843430dcd
25
commands.yml
25
commands.yml
|
@ -15,3 +15,28 @@ commands:
|
||||||
match: '!testcmd'
|
match: '!testcmd'
|
||||||
rule: prefix
|
rule: prefix
|
||||||
response: hello there!
|
response: hello there!
|
||||||
|
- name: '!rank'
|
||||||
|
match: '!rank'
|
||||||
|
rule: exact
|
||||||
|
response: rank deez nuts B)
|
||||||
|
- name: xd
|
||||||
|
match: poggies
|
||||||
|
rule: contains
|
||||||
|
response: eunamiPoggies eunamiPoggies eunamiPoggies
|
||||||
|
- name: mango
|
||||||
|
match: mango
|
||||||
|
rule: contains
|
||||||
|
response: ewwwww mangos 🤮🤮🤮
|
||||||
|
- name: uwu
|
||||||
|
match: uwu
|
||||||
|
rule: contains
|
||||||
|
response: owo ❤️
|
||||||
|
- name: owo
|
||||||
|
match: owo
|
||||||
|
rule: contains
|
||||||
|
response: uwu ❤️
|
||||||
|
- name: rose
|
||||||
|
match: rose
|
||||||
|
rule: contains
|
||||||
|
response: roseClap did u mention rank 1 ziggs 1k lp challenger gamer twitch.tv/roselol rosD
|
||||||
|
globalLimit: 300
|
||||||
|
|
Loading…
Reference in New Issue