Skip to content

Commit

Permalink
docs(readme): Update users.json documentation and fix Git link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokempe authored Sep 12, 2024
1 parent 01fa3dd commit b2d3232
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand All @@ -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
}
]
}
Expand Down

0 comments on commit b2d3232

Please sign in to comment.