From a0a8877b5187a6312a1a95b1144d35ba3f7d9f46 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 29 Apr 2022 23:19:14 -0500 Subject: [PATCH] config --- commands.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 commands.yml 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!!!!!!'