From b2d3232595e323381597d6cba51faafedd5dd433 Mon Sep 17 00:00:00 2001 From: Nico Kempe <50241630+nicokempe@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:42:41 +0200 Subject: [PATCH] docs(readme): Update users.json documentation and fix Git link --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbdcbcf..08fd00c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To set up the Discord Activity Tracker Bot, follow these instructions: 1. **Clone the Repository**: Clone the repository to your machine or server. ```bash - git clone https://github.com/nicokempe/robot.git + git clone https://github.com/nicokempe/discord-tracker.git ``` 2. **Set Up Environment Variables**: @@ -53,13 +53,15 @@ To set up the Discord Activity Tracker Bot, follow these instructions: "userId": "1234567890", "channelId": "9876543210", "isFanClub": false, - "prefix": ":boom:" + "prefix": ":boom:", + "mentionUser": true }, { "userId": "0987654321", "channelId": "5678901234", "isFanClub": true, - "prefix": ":star:" + "prefix": ":star:", + "mentionUser": false } ] }