Skip to content

Commit e5c9ef3

Browse files
committed
Added TOS and PP
1 parent 1b6d6d1 commit e5c9ef3

File tree

2 files changed

+188
-0
lines changed

2 files changed

+188
-0
lines changed

PP.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Privacy Policy
2+
3+
## Definitions
4+
5+
* "**TJ-Bot**" (also "**bot**") refers to the Discord bot that is subject under this policy
6+
* "**[Together Java](https://github.com/orgs/Together-Java/teams/moderators/members)**" (also "**We**" or "**Us**") is the group of people responsible for the **TJ-Bot** product
7+
8+
## Preample
9+
10+
This Privacy Policy document contains types of information that is collected and recorded by **TJ-Bot** and how **Together Java** uses it.
11+
12+
If you have additional questions or require more information about **Together Java**'s Privacy Policy, do not hesitate to [contact us](#contact).
13+
14+
## General Data Protection Regulation (GDPR)
15+
16+
We are a Data Controller of your information.
17+
18+
**Together Java** legal basis for collecting and using the personal information described in this Privacy Policy depends on the Personal Information we collect and the specific context in which we collect the information:
19+
20+
* You have given **Together Java** permission to do so
21+
* Processing your personal information is in **Together Java** legitimate interests
22+
* **Together Java** needs to comply with the law
23+
24+
**Together Java** will retain your personal information only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use your information to the extent necessary to comply with our legal obligations, resolve disputes, and enforce our policies.
25+
26+
If you are a resident of the European Economic Area (EEA), you have certain data protection rights. If you wish to be informed what Personal Information we hold about you and if you want it to be removed from our systems, please [contact us](#contact).
27+
28+
In certain circumstances, you have the following data protection rights:
29+
30+
* The right to access, update or to delete the information we have on you.
31+
* The right of rectification.
32+
* The right to object.
33+
* The right of restriction.
34+
* The right to data portability
35+
* The right to withdraw consent
36+
37+
## Usage of Data
38+
39+
**TJ-Bot** may use stored data, as defined below, to offer different features and services. No usage of data outside of the aformentioned cases will happen and the data is not shared with any third-party site or service.
40+
41+
### Databases
42+
43+
**TJ-Bot** uses databases to store information about users, in order to provide its features and services. The database schemas are public source and can be viewed [here](https://github.com/Together-Java/TJ-Bot/tree/develop/application/src/main/resources/db).
44+
45+
The databases may store
46+
* `user_id` of users (the unique id of a Discord account),
47+
* `timestamp`s of actions (for example when a command has been used),
48+
* `guild_id` of guilds the **bot** is member of (the unique id of a Discord guild),
49+
* `channel_id` of channels belonging to guilds the **bot** is member of (the unique id of a Discord channel),
50+
* `message_id` of messages send by users in guilds the **bot** is member of (the unique id of a Discord message),
51+
52+
and any combination of those.
53+
54+
For example, **TJ-Bot** may associate your `user_id` with a `message_id` and a `timestamp` for any message that you send in a channel belonging to guilds the **bot** is member of.
55+
56+
**TJ-Bot** may further store data that you explicitly provided for **TJ-Bot** to offer its services. For example the reason of a moderative action when using its moderation commands.
57+
58+
The stored data is not linked to any information that is personally identifiable.
59+
60+
No other personal information outside of the above mentioned one will be stored. In particular, **TJ-Bot** does not store the content of sent messages.
61+
62+
### Log Files
63+
64+
**TJ-Bot** follows a standard procedure of using log files. These files log users when they use one of the **bot**'s provided commands, features or services.
65+
66+
The information collected by log files include
67+
68+
* `user_name` of users (the nickname of a Discord account),
69+
* `user_discrimator` of users (the unique discriminator of a Discord account),
70+
* `user_id` of users (the unique id of a Discord account),
71+
* `timestamp`s of actions (for example when a command has been used),
72+
* `guild_id` of guilds the **bot** is member of (the unique id of a Discord guild),
73+
* `channel_id` of channels belonging to guilds the **bot** is member of (the unique id of a Discord channel),
74+
* `message_id` of messages send by users in guilds the **bot** is member of (the unique id of a Discord message).
75+
76+
The stored data is not linked to any information that is personally identifiable.
77+
78+
No other personal information outside of the above mentioned one will be stored. In particular, **TJ-Bot** does not store the content of sent messages.
79+
80+
The purpose of the information is for analyzing trends, administering the **bot**, and gathering demographic information.
81+
82+
### Temporarely stored Information
83+
84+
**TJ-Bot** may keep the stored information in an internal cacheing mechanic for a certain amount of time. After this time period, the cached information will be dropped and only be re-added when required.
85+
86+
Data may be dropped from cache pre-maturely through actions such as removing the **bot** from a Server.
87+
88+
## Removal of Data
89+
90+
Removal of the data can be requested through e-mail at [[email protected]](mailto:[email protected]).
91+
92+
For security reasons will we ask you to provide us with proof of ownership of the Server, that you wish the data to be removed of. Only a server owner may request removal of data and requesting it will result in the bot being removed from the Server, if still present on it.
93+
94+
## Third Party Privacy Policies
95+
96+
This Privacy Policy does not apply to other linked websites or service providers. Thus, we are advising you to consult the respective Privacy Policies of these third-party websites or services for more detailed information. It may include their practices and instructions about how to opt-out of certain options.
97+
98+
## Children's Information
99+
100+
Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.
101+
102+
**TJ-Bot** does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information to our **bot**, we strongly encourage you to [contact us](#contact) immediately and we will do our best efforts to promptly remove such information from our records.
103+
104+
## Limitations
105+
106+
Our Privacy Policy applies only to **TJ-Bot** instances that are member of a Server owned by **Together Java**.
107+
108+
This policy is not applicable to any information collected by **bot** instances hosted by other parties, even if they have been build based on our official [source](https://github.com/Together-Java/TJ-Bot). This policy is also not applicable to any information collected via channels other than this **bot**, such as the data collected by linked websites.
109+
110+
## Contact
111+
112+
People may get in contact through e-mail at [[email protected]](mailto:[email protected]), or through **Together Java**'s [official Discord](https://discord.com/invite/XXFUXzK).
113+
114+
Other ways of support may be provided but are not guaranteed.

TOS.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Terms of Service
2+
3+
## Definitions
4+
5+
* "**TJ-Bot**" (also "**bot**") refers to the Discord bot that is subject under these terms
6+
* "**[Together Java](https://github.com/orgs/Together-Java/teams/moderators/members)**" (also "**We**") is the group of people responsible for the **TJ-Bot** product, to whom you agree to on accepting these terms
7+
8+
## Usage Agreement
9+
10+
By inviting **TJ-Bot** and using its features (accessible via [Discord](https://discord.com/), source at [GitHub](https://github.com/Together-Java/TJ-Bot)), you are agreeing to be bound by these Terms and Conditions of Use and agree that you are responsible for the agreement with any applicable local laws. If you disagree with any of these terms, you are prohibited from using this **bot**. The materials contained and used by the **bot** are protected by copyright and trade mark law.
11+
12+
### Servers
13+
14+
You acknowledge that you must only invite the **bot** to a Server owned by **Together Java**, and only with their explicit approval.
15+
16+
Further, you have the priviledge to build and host the **bot** based on the [source](https://github.com/Together-Java/TJ-Bot) yourself. You may use such a self-hosted **bot** freely on any Discord Server (Server) you share with it, you can invite it to any Server that you have "Manage Server" rights for and you acknowledge that this priviledge might get revoked for you, if you're subject of breaking the terms and/or policy of this **bot**, or the Terms of Service, Privacy Policy and/or Community Guidelines of Discord Inc.
17+
18+
Through Inviting, the **bot** may collect specific data as described in its [Privacy Policy](#your-privacy).
19+
The intended usage of this data is for core functionalities of the **bot** such as command handling.
20+
21+
## Intended Age
22+
23+
The **bot** may not be used by individuals under the minimal age described in Discord's Terms of Service.
24+
25+
Doing so will be seen as a violation of these terms. Upon violation, your usage right will also be terminated and you have to remove the **bot** from any Server that you have "Manage Server" rights for, as well as destroy any downloaded materials in your possession whether it is printed or electronic format.
26+
27+
## Affiliation
28+
29+
The **bot** is not affiliated with, supported or made by Discord Inc., Sun Microsystems or Oracle.
30+
31+
Any direct connection to Discord, Sun Microsystems, Oracle or any of their Trademark objects is purely coincidental. **Together Java** does not claim to have the copyright ownership of any of Discord's, Sun Microsystems' or Oracle's assets, trademarks or other intellectual property.
32+
33+
## Use License
34+
35+
Through using the **bot**, you acknownledge to adhere to the terms defined by its [license](https://github.com/Together-Java/TJ-Bot/blob/develop/LICENSE).
36+
37+
This will let **Together Java** to terminate upon violations of any of these restrictions. Upon termination, your usage right will also be terminated and you have to remove the **bot** from any Server that you have "Manage Server" rights for, as well as destroy any downloaded materials in your possession whether it is printed or electronic format.
38+
39+
## Disclaimer
40+
41+
All the materials used by **TJ-Bot** are provided "as is". **Together Java** makes no warranties, may it be expressed or implied, therefore negates all other warranties. Furthermore, **Together Java** does not make any representations concerning the accuracy or reliability of the use of the materials on **TJ-Bot** or otherwise relating to such materials or any sites linked by this **bot**.
42+
43+
## Limitations
44+
45+
**Together Java** or its suppliers will not be hold accountable for any damages that will arise with the use or inability to use the materials or services provided by **TJ-Bot**, even if **Together Java** or an authorize representative of this **bot** has been notified, orally or written, of the possibility of such damage. Some jurisdiction does not allow limitations on implied warranties or limitations of liability for incidental damages, these limitations may not apply to you.
46+
47+
**Together Java** may not be made liable for individuals breaking these Terms at any given time.
48+
**Together Java** has faith in the end users being truthfull about their information and not missusing this **bot** or The Services of Discord Inc in a malicious way.
49+
50+
## Revisions and Errata
51+
52+
The materials used by **TJ-Bot** may include technical, typographical, or photographic errors. **Together Java** will not promise that any of these materials are accurate, complete, or current. **Together Java** may change the materials used by **TJ-Bot** at any time without notice. **Together Java** does not make any commitment to update the materials.
53+
54+
## Links
55+
56+
**Together Java** has not reviewed all of the sites linked to **TJ-Bot** and is not responsible for the contents of any such linked site. The presence of any link does not imply endorsement by **Together Java** of the site. The use of any linked website is at the user’s own risk.
57+
58+
## Terms of Use Modifications
59+
60+
**Together Java** may revise these Terms of Use for **TJ-Bot** at any time without prior notice. By using the **bot**, you are agreeing to be bound by the current version of these Terms and Conditions of Use.
61+
62+
## Your Privacy
63+
64+
Please read our **Privacy Policy**.
65+
66+
## Governing Law
67+
68+
Any claim related to **Together Java**'s **bot** shall be governed by the laws of de without regards to its conflict of law provisions.
69+
70+
## Contact
71+
72+
People may get in contact through e-mail at [[email protected]](mailto:[email protected]), or through **Together Java**'s [official Discord](https://discord.com/invite/XXFUXzK).
73+
74+
Other ways of support may be provided but are not guaranteed.

0 commit comments

Comments
 (0)