> For the complete documentation index, see [llms.txt](https://rocketbot-1.gitbook.io/rocketbot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketbot-1.gitbook.io/rocketbot-docs/privacy-policy.md).

# Privacy Policy

ROCKET BOT – PRIVACY POLICY

Last updated: October 9, 2025

Welcome

This Privacy Policy explains how Rocket Bot (“the Bot”) collects, uses, and protects your information while providing its features and services on Discord. Rocket Bot only collects data necessary to provide its gaming and social features, prioritizing user privacy.

By using Rocket Bot, you agree to the practices described in this Privacy Policy.

1\. Information We Collect

Rocket Bot collects only the minimum amount of data necessary to operate and provide its features effectively. This includes:

\- Discord user IDs and usernames

\- Display names and server IDs

\- Game participation data (leaderboards, E-Date/E-Game results, role rewards)

\- Command usage related to Rocket Bot features (registration, E-Games, E-Date interactions)

Rocket Bot does not collect or store private messages, emails, or other sensitive personal information.

2\. How Your Information Is Used

Collected data is used solely to provide and improve Rocket Bot’s functionality. Examples include:

\- Identifying users for E-Date Games and leaderboard tracking

\- Managing Rocket Dial connections and cooldowns

\- Saving in-game progress or event participation

\- Preventing spam, abuse, or bot misuse

Data is never sold, rented, or shared with third parties for marketing purposes.

3\. Data Storage and Security

All data is stored locally using secure JSON file storage or equivalent systems.

Access is limited to the developer for maintenance and debugging purposes only.

While Rocket Bot takes reasonable steps to protect stored information, no system can guarantee absolute security.

4\. Third-Party Services

Some features (like Premium payments) use external services such as PayPal.

Payment information is handled outside of Discord and Rocket Bot. Rocket Bot does not process, store, or collect any payment data.

5\. User Rights and Data Deletion

Users may request deletion of their data from Rocket Bot at any time.

Requests will result in removal of all identifiable data (user IDs, game stats, etc.) within a reasonable timeframe.

6\. Children’s Privacy

Rocket Bot relies on server rules to enforce age restrictions:

\- E-Games: Intended for users aged 13 and older, following Discord’s Terms of Service. The Bot may collect necessary data (usernames, IDs, scores) for E-Games functionality.

\- E-Date Games: Intended strictly for users aged 18 and older. Participation is controlled by server moderators; the Bot does not verify age.

The Bot does not knowingly collect data from users under these age requirements.

Server owners and moderators are responsible for enforcing age-appropriate participation.

7\. Changes to This Privacy Policy

This Privacy Policy may be updated occasionally to reflect new features or compliance requirements.

Continued use of the Bot after updates constitutes acceptance of the revised Privacy Policy.

8\. Contact Information

For questions, concerns, or data-related requests:

\- Discord: lilay05

\- Email: <Prepare4lovetr@proton.me>

By using Rocket Bot, you agree to this Privacy Policy.

If you do not agree, you may remove the Bot from your server at any time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rocketbot-1.gitbook.io/rocketbot-docs/privacy-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
