> 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/terms-of-service.md).

# Terms Of Service

ROCKET BOT – TERMS OF SERVICE

Last updated: October 9, 2025

Welcome

Welcome to Rocket Bot, a social entertainment bot built for Discord.

By inviting or using the bot (“the Bot”), you agree to these Terms of Service.

1\. ACCEPTANCE OF TERMS

By using the Bot, you confirm that you have read, understood, and agreed to these Terms of Service, as well as Discord’s Terms of Service ([https://discord.com/terms](https://www.google.com/url?q=https://discord.com/terms\&sa=D\&source=editors\&ust=1760434224877366\&usg=AOvVaw2UvS0V6944oCB2vBeXAM_r)) and Community Guidelines ([https://discord.com/guidelines](https://www.google.com/url?q=https://discord.com/guidelines\&sa=D\&source=editors\&ust=1760434224877573\&usg=AOvVaw3seK9m39vGS78tzIWSWUoj)).

If you do not agree, please remove the Bot from your server.

2\. OVERVIEW

Rocket Bot offers interactive and roleplay-based features, including:

\- E-Games — fun multiplayer and solo mini-games with leaderboards

\- E-Date Games — roleplay dating and social experiences

\- Rocket Dial — a cross-server communication feature

\- Team Rocket–themed fun and social commands

All features are intended for entertainment purposes only.

3\. Premium Features &#x20;

Premium features grant members enhanced access to RocketBot functionalities that are not available to free users.

Premium Access ($5 Membership): &#x20;

\- Full access to all premium features &#x20;

\- Launch events like Pokémon Catch and Rocket Secret Notes &#x20;

\- Award or remove gems from other members using /rocket-gems &#x20;

\- Send GIFs during Rocket Dial calls (.rdc or .rd call) &#x20;

\- View the server name during Rocket Dial sessions

Rocket Dial Only Access ($2 Membership): &#x20;

\- Send GIFs during Rocket Dial calls (.rdc or .rd call) &#x20;

\- View the server name during Rocket Dial sessions

Payment Information:

Payments for Premium Membership are processed externally via secure third-party services (e.g., PayPal).

The developer does not collect or store any payment information.

Refunds and Membership Inquiries:

Questions regarding refunds or membership issues should be directed to the developer using the contact details provided in Section 9.

4\. ROCKET POINTS (RP) AND REWARDS

The Bot may award Rocket Points (RP) or other in-bot scores for participation in E-Games, E-Date Games, or commands.

These points:

\- Have no real monetary value

\- Are non-transferable and exist only for fun, ranking, or event use

\- May be reset, removed, or adjusted without notice during updates or bug fixes

5\. DATA COLLECTION AND PRIVACY

The Bot collects and stores limited public Discord data necessary for functionality:

\- Discord user IDs, usernames, and display names

\- Server IDs and registration data

\- Leaderboard scores, E-Date history, and game progress

Data is stored in local JSON files and is not shared with third parties.

The Bot does not log private messages or collect sensitive personal information.

Users may request data deletion at any time by contacting the developer (see Section 9).

6\. USER CONDUCT

By using the Bot, you agree to:

\- Use it responsibly and respect other users.

\- Avoid harassment, spam, or exploitative behavior.

\- Understand that all E-Date Games are roleplay-based and for entertainment only.

\- Not manipulate RP systems or abuse Rocket Dial for spam or harmful use.

Violations may result in data removal, leaderboard resets, or banning from Bot features.

7\. BETA FEATURES

Certain features — including Rocket Dial, E-Games, or E-Date systems — may be in beta testing.

This means occasional bugs, limited availability, or command changes may occur without notice.

8\. OWNERSHIP AND INTELLECTUAL PROPERTY

All features, assets, and creative content (including Rocket–style dialogues and commands) are part of the Rocket Bot project and may not be copied, redistributed, or resold.

9\. CONTACT AND SUPPORT

For questions, bug reports, refund requests, or data deletion:

\- Discord: lilay05

\- Email: <lilaygoporazo@gmail.com>

Requests will be reviewed and responded to within a reasonable timeframe.

10\. DISCLAIMER

Rocket Bot is provided “as is” without warranties or guarantees.

The developer is not responsible for any loss, data issues, or misuse by others.

All virtual rewards and memberships are for entertainment purposes only.

11\. UPDATES TO THESE TERMS

These Terms may be updated periodically. Continued use after updates means you accept the revised version.

By using Rocket Bot, you acknowledge and agree to these Terms of Service.

If you disagree, you may remove the Bot from your server at any time.

<br>


---

# 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/terms-of-service.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.
