commit a0a8877b5187a6312a1a95b1144d35ba3f7d9f46 Author: a Date: Fri Apr 29 23:19:14 2022 -0500 config diff --git a/commands.yml b/commands.yml new file mode 100644 index 0000000..c5b1da8 --- /dev/null +++ b/commands.yml @@ -0,0 +1,13 @@ +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!!!!!!'