Skip to content

Added privacy policy#1566

Closed
Mr-KayZ wants to merge 11 commits into
mainfrom
1565-add-privacy-policy-in-documentation-for-bot
Closed

Added privacy policy#1566
Mr-KayZ wants to merge 11 commits into
mainfrom
1565-add-privacy-policy-in-documentation-for-bot

Conversation

@Mr-KayZ

@Mr-KayZ Mr-KayZ commented Jun 12, 2026

Copy link
Copy Markdown
Member

Created and added the Privacy Policy for the bot with the following sections:

  1. Introduction
  2. What Data We Collect
  3. How We Use Your Data
  4. Data Retention
  5. Your Rights and Data Deletion
  6. Data Security
  7. Data We Do Not Collect
  8. Children's Privacy
  9. Changes to This Policy
  10. Contact

Copilot AI review requested due to automatic review settings June 12, 2026 00:36
@Mr-KayZ Mr-KayZ linked an issue Jun 12, 2026 that may be closed by this pull request

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a dedicated Privacy Policy document for TechSupportBot to describe what user data is collected (e.g., moderation logs, modmail, XP), how it’s used, retention/deletion options, and contact details.

Changes:

  • Added documentation/privacy_policy.md with 10 policy sections (collection, usage, retention, deletion, security, etc.).
  • Documented modmail/event logging behavior and a restricted /data_delete process.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread documentation/privacy_policy.md Outdated
Comment thread documentation/privacy_policy.md Outdated
Comment thread documentation/privacy_policy.md Outdated
Comment thread documentation/privacy_policy.md Outdated
- **Modmail threads** allow users to privately contact the moderation team and allow staff to track conversation history
- **Event logs** are used by administrators to audit server activity and investigate incidents
- **XP data** is used to reward participation and assign XP-based roles
- **Application dat**a is used to process membership or role applications

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Application dat**a is used to process membership or role applications
- **Application data** is used to process membership or role applications

We do not sell, share or transfer your data to any third parties.

## 4. Data Retention
- **Moderation records** (warnings, bans, notes, modmail bans) are retained indefinitely unless manually removed by a moderator or deleted by you via the `/data_delete` command (if you have administrator access to the Bot, otherwise please see section 5)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the "or deleted by you" part. From what I understand only admins can delete the moderation records, right?

Suggested change
- **Moderation records** (warnings, bans, notes, modmail bans) are retained indefinitely unless manually removed by a moderator or deleted by you via the `/data_delete` command (if you have administrator access to the Bot, otherwise please see section 5)
- **Moderation records** (warnings, bans, notes, modmail bans) are retained indefinitely unless manually removed by a moderator

Something like this might be clearer?

- **Moderation records** (warnings, bans, notes, modmail bans) are retained indefinitely unless manually removed by a moderator or deleted by you via the `/data_delete` command (if you have administrator access to the Bot, otherwise please see section 5)
- **Ban logs** are retained indefinitely for moderation audit purposes
- **Modmail thread content** is archived (not deleted) when a thread is closed and remains in the modmail forum channel
- **Event logs** are sent to Discord log channels and subject to Discord's own message retention

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Event logs** are sent to Discord log channels and subject to Discord's own message retention
- **Event logs** are sent to Discord log channels and subject to Discord's own message retention policies

- **Ban logs** are retained indefinitely for moderation audit purposes
- **Modmail thread content** is archived (not deleted) when a thread is closed and remains in the modmail forum channel
- **Event logs** are sent to Discord log channels and subject to Discord's own message retention
- **XP, application, duck hunt, and grab data** are retained indefinitely until manually cleared or until you request deletion via `/data_delete` to the appropriate channel of communication

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **XP, application, duck hunt, and grab data** are retained indefinitely until manually cleared or until you request deletion via `/data_delete` to the appropriate channel of communication
- **XP, application, duck hunt, and grab data** are retained indefinitely until manually cleared or until data deletion is requested

Might be better to just keep the instuctions for deleting the data in section 5. instead of having them listed multiple times

- **XP, application, duck hunt, and grab data** are retained indefinitely until manually cleared or until you request deletion via `/data_delete` to the appropriate channel of communication

## 5. Your Rights and Data Deletion
You have the right to request deletion of certain personal data. The Bot provides a built-in `/data_delete` command that allows you to permanently and irreversibly delete:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You have the right to request deletion of certain personal data. The Bot provides a built-in `/data_delete` command that allows you to permanently and irreversibly delete:
You have the right to request deletion of certain personal data. The Bot provides a built-in `/data delete` command that allows you to permanently and irreversibly delete:

command name has changed

- Moderation warnings, notes, and ban logs (these can be removed by a moderator upon reasonable request)
- Modmail thread content (as it forms part of the moderation record)

To request deletion of data not covered by `/data_delete`, contact the server moderation team via modmail (via Discord server or Reddit modmail).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To request deletion of data not covered by `/data_delete`, contact the server moderation team via modmail (via Discord server or Reddit modmail).
To request deletion of data not covered by `/data delete`, contact the server moderation team via modmail (via Discord server or Reddit modmail).

- **Application dat**a is used to process membership or role applications
- **Fun module data** (duck hunt, grabs) is used for community engagement features

We do not sell, share or transfer your data to any third parties.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not true, since data is transmitted to third parties (libera.chat) for the relay, as mentioned on line 89.

The Bot is self-hosted on infrastructure controlled by the r/TechSupport team. Data is stored in a PostgreSQL database accessible only to authorized server operators.

While most Bot functionality operates entirely within Discord, certain modules are capable of transmitting content to external third-party services:
- Paste module (currently active): May send message content to an external paste service when the `/paste` command is used

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no /paste command, it is automatic when your message is too long

@dkay0670 dkay0670 closed this Jun 16, 2026
@dkay0670

Copy link
Copy Markdown
Contributor

Moved to its own repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Privacy Policy in Documentation for bot

4 participants