# Welcome

### 参照

* [コマンド](/japanese/references/commands.md)
* [Configs / Settings](/japanese/references/settings.md)

### さあ-始めよう

開始するには、サーバーで `!setup` コマンドを実行するだけです。

#### Invite Management

BOT がサーバーにいる間は、招待を使って起こったすべての出来事を追跡します。Discord はどれくらい招待コードが使われたのかしか表示しませんが、我々の BOT は誰が作ったコードが誰に使われたのか分析します。これにより、BOT は偽物の招待を検出し、招待システムをだまそうとしている人を確認できます。

#### 管理

新しいモデレーションシステムにより、多くのことを自動モデレートできます。詳細については [strikes](https://app.gitbook.com/ja/modules/moderation/strikes.md) および[punishments](/japanese/modules/moderation-1/punishments.md) ページをご覧ください。要するに、BOT は不正行為をした人に'strikes' を行い、一定数の警告の後、ユーザーに罰を与えます。 これらはすべてユーザーに設定可能です。

## Bot lists:

Vote to the bot to help us on different bot list !

`infinitybotlist:`

[![infinitybotlist](https://infinitybotlist.com/bots/617497548743245835/widget?size=large)](https://infinitybotlist.com/bots/617497548743245835/vote)


---

# Agent Instructions: 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://classic.invitelogger.me/japanese/master.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.
