You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,8 @@ The following commands could be used:
39
39
40
40
## Technical information
41
41
### Dependencies
42
-
To run the Python program, the following dependencies need to be installed via `pip3`:
43
-
```
44
-
pip3 install -U discord.py (confirmed with version 2.3.2)
45
-
pip3 install -U python-dotenv (confirmed with version 1.0.0)
46
-
pip3 install -U emoji (confirmed with version 2.8.0)
47
-
pip3 install -U matplotlib (confirmed with version 3.8.0)
48
-
pip3 install -U pytz (confirmed with version 2023.3.post1)
49
-
```
42
+
To run the Python program, the dependencies listed in `requirements.txt` need to be installed via `pip`.
43
+
50
44
### Discord Developer Portal bot settings
51
45
When creating your own fork of ChadCounting, ensure your bot has at least the `Send Message`, `Read Message History` and `Add Reactions` OAuth2 permissions. `Use External Emojis` is an optional permission, but recommended. The scope should be `bot`.
52
46
@@ -80,4 +74,9 @@ To properly manage versioning, it is recommended to update the `bot_version` var
80
74
-`MINOR` version is increased for new features that are backward-compatible.
81
75
-`PATCH` version is increased for backward-compatible bug fixes.
82
76
83
-
When you are working on a new version and commit to the `dev` branch, ensure the version temporarily ends with `-indev` to indicate that the version is in development and might not function yet.
77
+
When you are working on a new version and commit to the `dev` branch, ensure the version temporarily ends with `-indev` to indicate that the version is in development and might not function yet.
78
+
79
+
## Legal & Privacy
80
+
To ensure a safe and transparent experience for all users, ChadCounting operates under the following guidelines:
81
+
-[Terms of Service](https://wafoe.com/blog/2026/03/25/terms-of-service-for-chadcounting/): Rules for using the ChadCounting service.
82
+
-[Privacy Policy](https://wafoe.com/blog/2026/03/25/privacy-policy-for-chadcounting/): Details what data ChadCounting collects and how it is used to provide the service.
0 commit comments