> For the complete documentation index, see [llms.txt](https://mythicalbot.gitbook.io/arklynn-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicalbot.gitbook.io/arklynn-docs/common-issues/server-removal.md).

# Server Removal

If your server is caught violating [Discord’s](https://discord.com/terms) & arklynn’s [Terms of Service](https://arklynn.xyz/terms), it will be blacklisted, resulting in arklynn leaving your server. Make sure to review the rules and guidelines to ensure compliance.

A **global blacklist** targets a **single user**, not the whole server.

**If you are globally blacklisted:**

* Arklynn **ignores all your commands** – everywhere, on every server.
* You receive **no responses, no embeds, no feedback**. The bot acts as if you don't exist.
* You **cannot invite Arklynn** to any server – any attempt fails.
* You are **automatically banned** from every server that already has Arklynn (the bot kicks/removes you as a safety measure).
* This is **permanent** unless successfully appealed.

**How does a user get globally blacklisted?**

* **Only the Arklynn development team** can do this – it is **never automatic**.
* The devs manually blacklist a user **only after confirming serious, intentional violations** like:
  * Harassment or abuse via bot commands
  * Exploiting bugs or attempting to crash the bot
  * Spamming commands to disrupt service
  * Impersonating Arklynn staff or the bot itself
  * Violating Discord’s ToS in a way that involves the bot

> **Important:** A simple ban from a Discord server does **not** trigger a global blacklist. The devs investigate first.

### **Can I appeal?**

Yes. Contact support with your Discord User ID and a clear explanation. Appeals are reviewed within 7 business days. If accepted, the global blacklist is removed.

{% hint style="info" icon="circle-info" %}
If you believe your server was wrongfully blacklisted, please contact [support](https://discord.gg/3uHJP5TKKA).
{% endhint %}

***

### Summary Table

<table data-header-hidden><thead><tr><th width="331">?</th><th width="368">Member Global Blacklist</th></tr></thead><tbody><tr><td><strong>What happens?</strong></td><td>The user is banned from all servers with Arklynn + ignored everywhere</td></tr><tr><td><strong>Who does it affect?</strong></td><td>Only that one user</td></tr><tr><td><strong>Can the server keep Arklynn?</strong></td><td>Yes – other members can still use it</td></tr><tr><td><strong>Is it automatic?</strong></td><td>No – manual by devs after investigation</td></tr><tr><td><strong>Can it be appealed?</strong></td><td>Yes</td></tr></tbody></table>


---

# 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:

```
GET https://mythicalbot.gitbook.io/arklynn-docs/common-issues/server-removal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
