> For the complete documentation index, see [llms.txt](https://diswiki.itzleo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://diswiki.itzleo.com/ban-system/ban-system-guide.md).

# Ban System Guide

![](https://i.imgur.com/08IOxhK.png)

* **What is `DiSWIKI's` ban system?**

> **Answer :** `DiSWIKI's` ban system is a centralized database containing all kind of people who can be threat to your server. You can report people too and get them banned if they are not following discord TOS or are not safe for discord servers.

## Some notable features :

* Report an user
* Automatically/Manually ban a banned person on server join
* If recently banned and the user is in your server you will receive a report
* Check if user is banned
* List all users in your server who are banned<br>

## Commands :

⠀

**`/ban report` : Report an user**

> **Necessary Arguments :**
>
> * `userid` : ID of user you want to report. False report can lead to you getting banned.
> * `reason` : Reason for ban report

⠀

**`/ban start` : Start ban system for your server**

> **Necessary Arguments :**
>
> * `channel` : Log channel for ban system
> * `method` : Functioning method for ban system
>   * `Automatic Ban` : automatically ban a banned user on server join
>   * `Manually Ban` : receive ban embed if a banned user joins server

⠀

**`/ban stop` : Stop ban system for your server**

⠀

**`/ban update` : Update ban system for your server**

> **Optional Arguments :**
>
> * `channel` : Log channel for ban system
> * `method` : Functioning method for ban system
>   * `Automatic Ban` : automatically ban a banned user on server join
>   * `Manually Ban` : receive ban embed if a banned user joins server

⠀

**`/ban list` : List all banned people in server**

> 2 hours cooldown

⠀

**`/ban check` : Check ban for user in ban list**


---

# 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://diswiki.itzleo.com/ban-system/ban-system-guide.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.
