diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-06-26 15:50:27 -0400 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-06-26 15:50:27 -0400 |
commit | 8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84 (patch) | |
tree | 07db8177b1c29dbb7a17bf4e31a9234990bbf7bb /README.md | |
parent | use uuids for avatar requests with webhooks (diff) | |
download | shulker-8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84.tar.gz shulker-8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84.zip |
only allow text messages to be handled
* move config.json to config.example.json * update packages
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 23f3c5d..34a99b1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ rcon.password=<your 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 |