Skip to content

Commit 11d05b9

Browse files
committed
docs: add simple privacy policy
1 parent db4139c commit 11d05b9

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

PRIVACY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Privacy Policy
2+
3+
This policy covers the data collected by the Svelte Discord bot ("the bot") when it operates in the Svelte community Discord server.
4+
5+
## What we collect and why
6+
7+
### Reputation counts ("cookies")
8+
9+
When you are credited as a helpful participant after a question thread is marked as solved, your Discord user ID and a running count of how many times you have been credited are stored in the database. This powers the thread solver leaderboard.
10+
11+
### Tag authorship
12+
13+
When a tag (a saved response snippet) is created, the author's Discord user ID is stored alongside it. This is used to determine who is permitted to edit or delete that tag.
14+
15+
### Server analytics
16+
17+
Every six hours, the server's approximate total member count and approximate online member count are logged as a pair of numbers. These are server-wide aggregate figures and are not linked to any individual user.
18+
19+
## What we do not collect
20+
21+
- **Message content.** The bot reads message text in memory to perform moderation and automation tasks (spam detection, link checking, thread naming, etc.), but none of this content is ever written to the database.
22+
- **Full member profiles.** Guild member data (roles, display names) is fetched from the Discord API on demand when needed for a moderation decision or to build a solver attribution menu. It is not cached or stored.
23+
- **Presence or activity data.** The bot does not access or store individual users' online status or activity.
24+
25+
## Data retention
26+
27+
Reputation counts and tag authorship records are stored indefinitely, as they are part of the bot's ongoing functionality. Server analytics snapshots are retained indefinitely as a growth log. If you would like your data removed, see the section below.
28+
29+
## Your rights
30+
31+
You can request deletion of any data linked to your Discord user ID (reputation counts, tag authorship) by emailing `coc@sveltesociety.dev`. We will action the request promptly.
32+
33+
## Third parties
34+
35+
The bot does not share your data with any third parties. Data is held solely on the self-hosted server that runs this bot.
36+
37+
## Changes to this policy
38+
39+
If the data we collect changes meaningfully, this document will be updated in the same repository. The commit history serves as a record of changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Svelte Bot - Cybernetically enhanced discord servers
22

3-
Welcome to the repo for the official Svelte Discord bot!
3+
Welcome to the repo for the official Svelte Discord bot! See [PRIVACY.md](./PRIVACY.md) for the bot's privacy policy.
44

55
<div align="center"><img src="https://cdn.discordapp.com/avatars/918868862198509639/41ca0acf7bdbce019a1bf05fa0ea7062.png"></div>
66

0 commit comments

Comments
 (0)