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