Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
updated readme for version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IceQ1337 committed Feb 10, 2020
1 parent 5d62bc7 commit 82ba0fd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ In most cases, files only have to be moved or renamed.
"Telegram": {
"botToken": "Telegram Bot Token", // Your Telegram Bot Token
"masterChatID": "Telegram Chat ID" // Your Telegram Chat ID
},
"Screenshot": {
"takeScreenshot": false, // NON-FUNCTIONAL
"sendScreenshot": true, // NON-FUNCTIONAL
"saveScreenshot": true // NON-FUNCTIONAL
}
}
```
Expand Down Expand Up @@ -84,13 +79,6 @@ All data is stored in a readable database files called `profiles.db` and `users.
### View Statistics
Type `/stats` to get global and personal statistics (total users, banned users and percentage).

### Taking Profile Screenshots ( NON-FUNCTIONAL AT THE MOMENT )
**This only applies to displayed bans like VAC and Game Bans.**
- If `takeScreenshot` is enabled, a profile screenshot will be taken after ban detection.
- If both `sendScreenshot` and `saveScreenshot` are disabled, no screenshot will be taken.
- If `sendScreenshot` is enabled, the screenshot will be sent via Telegram Bot.
- If `saveScreenshot` is enabled, the screenshot will be saved, otherwise it gets deleted.

## Retrieve your Telegram Chat ID
In order to retrieve your unique Telegram Chat ID, do as follows:

Expand Down

0 comments on commit 82ba0fd

Please sign in to comment.