54 lines
2.7 KiB
Markdown
54 lines
2.7 KiB
Markdown
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<h1>Privacy Policy</h1>
|
|
<p><strong>Effective Date:</strong> March 16, 2026</p>
|
|
<p>This Privacy Policy describes how SkyBot ("the Bot") collects, uses, and stores information when used within a Valour planet.</p>
|
|
<hr>
|
|
<h2>1. Information Collected</h2>
|
|
<p>The Bot collects only the minimum data necessary to provide its intended functionality. All data is stored in-memory and is lost when the Bot restarts. The Bot does not persist any data to disk.</p>
|
|
<h3>Information Temporarily Held in Memory:</h3>
|
|
<ol>
|
|
<li>Channel IDs (for routing messages and commands)</li>
|
|
<li>Planet IDs (for planet-specific operations)</li>
|
|
<li>Member IDs (for moderation commands)</li>
|
|
</ol>
|
|
<h3>Information Never Stored:</h3>
|
|
<ol>
|
|
<li>Message content</li>
|
|
<li>Direct Messages ("DMs")</li>
|
|
<li>Personal account information (including usernames, email addresses, or other personally identifiable information)</li>
|
|
<li>Any data that persists beyond the Bot's current session</li>
|
|
</ol>
|
|
<hr>
|
|
<h2>2. Purpose of Data Collection</h2>
|
|
<p>Temporarily held information is used exclusively to:</p>
|
|
<ol>
|
|
<li>Route commands to the correct channels and planets</li>
|
|
<li>Enable moderation commands such as ban, unban, and kick</li>
|
|
<li>Enable core bot functionality during the current session</li>
|
|
</ol>
|
|
<p>The Bot does not use any information for profiling, marketing, analytics, or tracking purposes.</p>
|
|
<hr>
|
|
<h2>3. Data Storage and Security</h2>
|
|
<p>Since all data is stored in-memory only, no data is written to disk, databases, or any external storage. All temporarily held data is automatically cleared when the Bot restarts.</p>
|
|
<p>The Bot does not sell, rent, trade, or otherwise share any data with third parties.</p>
|
|
<hr>
|
|
<h2>4. Data Retention</h2>
|
|
<p>All data is held only for the duration of the Bot's current session. No data is retained beyond a restart. There is no mechanism for long-term data storage in this Bot.</p>
|
|
<hr>
|
|
<h2>5. Self-Hosting</h2>
|
|
<p>SkyBot is designed for self-hosting. If you choose to host your own instance of SkyBot, you are responsible for the privacy and security of any data processed by your instance. This policy applies to the official instance of SkyBot only.</p>
|
|
<hr>
|
|
<h2>6. Future Changes to Logging or Data Practices</h2>
|
|
<p>If additional operational logging or data collection practices are introduced in the future, this Privacy Policy will be updated to reflect those changes prior to implementation.</p>
|
|
<p>Continued use of the Bot after updates to this policy constitutes acceptance of the revised policy.</p>
|
|
<hr>
|
|
<h2>7. Contact Information</h2>
|
|
<p>For privacy-related inquiries, requests, or concerns, please contact:</p>
|
|
<p><strong>Email:</strong> contact@skyjoshua.xyz</p>
|
|
</body>
|
|
</html> |