From 231076d63b7ad67545e08e85d3e2e681eab1f57a Mon Sep 17 00:00:00 2001 From: csxkdv Date: Mon, 12 Jan 2026 12:11:15 -0300 Subject: [PATCH] Added privacy policy and terms of service, taken from original repository. --- POLICY.md | 36 ++++++++++++++++++++++++++++++++++++ TOS.md | 12 ++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 POLICY.md create mode 100644 TOS.md diff --git a/POLICY.md b/POLICY.md new file mode 100644 index 0000000..392df10 --- /dev/null +++ b/POLICY.md @@ -0,0 +1,36 @@ +# Why we collect and use data + +Collecting data is necessary in order to make the bot run properly. +Without storing some aspects of your user data, the bot would not be able to run. + +# What data is collected + +We collect the following: + +* User IDs + + Required for functionality of the blacklist command. + +* Guild/Channel ID pairs + + Required for the functionality of the announcements and announcements command. + +* Messages + + Messages are not stored, but they are used for the main functionality of cheeseBot. + A message gets checked, if it has a keyword that's in the list of possible cheese words, + it will react and send a DM, then it will move on to check the next message sent. + Users can opt-out of this feature by using the blacklist command. + +# Where data is stored and secured + +Data that we collect is stored in a database. This database is not accessible by other entities. +The server that the database is kept on is stored in the US. + +# Where data is shared + +Raw data is not shared with other entities. + +# Concerns + +If you have any concerns about the usage of your data, please contact NXkDV via email. \ No newline at end of file diff --git a/TOS.md b/TOS.md new file mode 100644 index 0000000..8c8a1ee --- /dev/null +++ b/TOS.md @@ -0,0 +1,12 @@ +# By adding this bot to your server, you agree to the following: + +* Data collection (User ID and Guild ID) +* Application sending you DMs (These can be disabled if you find it too annoying) + +# Privacy Policy + +You can check our Privacy Policy on the policy.md file + +# Concerns + +If you have any concerns about the usage of your data, please contact NXkDV via email. \ No newline at end of file