From 8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Sat, 26 Jun 2021 15:50:27 -0400 Subject: only allow text messages to be handled * move config.json to config.example.json * update packages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 23f3c5d..34a99b1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ rcon.password= rcon.port=<1-65535> ``` -Clone repository onto a server, edit ```config.json``` (see below for details on the config file) and change any options. +Clone repository onto a server, copy ```config.example.json``` to ```config.json```, and edit it to enter your Discord bot details and to change any options (see below for details on the config file). + Then, in the repository folder: ```sh yarn # or npm install -- cgit 1.4.1