From b86f68c6b3bb776313b54668be7b9d6c52754e4b Mon Sep 17 00:00:00 2001 From: ThoughtfulCerebral Date: Sun, 11 Mar 2018 22:43:19 +0100 Subject: [PATCH] Added "HELP.txt" and "ping.txt" --- Responses/HELP.txt | 1 + Responses/ping.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 Responses/HELP.txt create mode 100644 Responses/ping.txt diff --git a/Responses/HELP.txt b/Responses/HELP.txt new file mode 100644 index 0000000..b22b671 --- /dev/null +++ b/Responses/HELP.txt @@ -0,0 +1 @@ +In this folder you add your commands as text files. So if someone in chat types "!about" the about.txt file will be opened with a custom response. \ No newline at end of file diff --git a/Responses/ping.txt b/Responses/ping.txt new file mode 100644 index 0000000..288c6de --- /dev/null +++ b/Responses/ping.txt @@ -0,0 +1,4 @@ +pong USER! + +# (USER and CHANNEL can be used and will be automatically be replaced when sent to chat) +# So you could have, "Hello USER, welcome to CHANNEL" and it will correct it to the corresponding variables. \ No newline at end of file